File interface

Update file metadata.

Properties

etag

File ETag.

fileId

File identity, generated by server at import time.

fileName

File name.

hashes

Mapping of hashing algorithm to base64 encoded hash values.

mimeType

File MIME type.

sizeInBytes

File size in number of bytes.

Property Details

etag

File ETag.

etag?: string

Property Value

string

fileId

File identity, generated by server at import time.

fileId: string

Property Value

string

fileName

File name.

fileName: string

Property Value

string

hashes

Mapping of hashing algorithm to base64 encoded hash values.

hashes: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

mimeType

File MIME type.

mimeType?: string

Property Value

string

sizeInBytes

File size in number of bytes.

sizeInBytes: number

Property Value

number