Documentation

FileItem

Properties

Content Type

  • contentType: string

The MIME type of the stored file

memberof

FileItem

Created

memberof

FileItem

Key

  • key: string

Item key

memberof

FileItem

Modified

memberof

FileItem

Size

  • size: number

The size of the stored file in bytes

memberof

FileItem

Write Lock

  • writeLock: string

Enforces conflict checking when updating an existing data item. This field should be omitted when creating a new data item. When updating an existing item, omitting this field ignores write conflicts. When present, an error response will be returned if the writeLock in the request does not match the stored writeLock.

memberof

FileItem