View Source ExBackblaze.Files.File (ex_backblaze v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %ExBackblaze.Files.File{ accountId: String.t(), action: String.t(), bucketId: String.t(), contentLength: integer(), contentMd5: String.t(), contentSha1: String.t(), contentType: String.t(), fileBinary: bitstring(), fileId: String.t(), fileInfo: map(), fileName: String.t(), fileRetention: map(), legalHold: map(), partNumber: integer(), replicationStatus: String.t(), serverSideEncryption: map(), uploadTimestamp: integer() }