UploadInfo

public struct UploadInfo

The state of a pCloud API upload session.

  • The number of bytes written to this upload.

    Declaration

    Swift

    public let dataSize: UInt64
  • The SHA1 digest in hex representation of the uploaded data.

    Declaration

    Swift

    public let dataSHA1: String
  • The MD5 digest in hex representation of the uploaded data.

    Declaration

    Swift

    public let dataMD5: String
  • Undocumented

    Declaration

    Swift

    public init(dataSize: UInt64, dataSHA1: String, dataMD5: String)