UploadSessionInfo
Information about an image store upload session. A session is associated with a relative path in the image store.
Properties
Name | Type | Required |
---|---|---|
StoreRelativePath |
string | No |
SessionId |
string (uuid) | No |
ModifiedDate |
string (date-time) | No |
FileSize |
string | No |
ExpectedRanges |
array of UploadChunkRange | No |
StoreRelativePath
Type: string
Required: No
The remote location within image store. This path is relative to the image store root.
SessionId
Type: string (uuid)
Required: No
A unique ID of the upload session. A session ID can be reused only if the session was committed or removed.
ModifiedDate
Type: string (date-time)
Required: No
The date and time when the upload session was last modified.
FileSize
Type: string
Required: No
The size in bytes of the uploading file.
ExpectedRanges
Type: array of UploadChunkRange
Required: No
List of chunk ranges that image store has not received yet.