ExportMetadata

public class ExportMetadata : CustomStringConvertible, JSONRepresentable

The ExportMetadata struct

  • The last component of the path (including extension). This never contains a slash.

    Declaration

    Swift

    public let name: String
  • The file size in bytes.

    Declaration

    Swift

    public let size: UInt64
  • A hash based on the exported file content. This field can be used to verify data integrity. Similar to content hash. For more information see our Content hash https://www.dropbox.com/developers/reference/content-hash page.

    Declaration

    Swift

    public let exportHash: String?
  • If the file is a Paper doc, this gives the latest doc revision which can be used in paperUpdate.

    Declaration

    Swift

    public let paperRevision: Int64?
  • Declaration

    Swift

    public var description: String { get }