Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadSessionInfo

Package version

Information about an image store upload session. A session is associated with a relative path in the image store.

Hierarchy

  • UploadSessionInfo

Index

Properties

Optional expectedRanges

expectedRanges: UploadChunkRange[]

List of chunk ranges that image store has not received yet.

Optional fileSize

fileSize: undefined | string

The size in bytes of the uploading file.

Optional modifiedDate

modifiedDate: Date

The date and time when the upload session was last modified.

Optional sessionId

sessionId: undefined | string

A unique ID of the upload session. A session ID can be reused only if the session was committed or removed.

Optional storeRelativePath

storeRelativePath: undefined | string

The remote location within image store. This path is relative to the image store root.

Generated using TypeDoc