Description

This is a data transfer object that shows the information provided by the getChunkUploadInfo request

Export

Interface

ChunkUploadInfoDTO

Hierarchy

  • ChunkUploadInfoDTO

Properties

BlobStorageProviderName: string

Description

the target blob storage provider's name

Memberof

ChunkUploadInfoDTO

ChunkSize: number

Description

the chunk size in bytes

Memberof

ChunkUploadInfoDTO

ChunkedFileUploadSessionId: string

Description

the current chunk upload session Id

Memberof

ChunkUploadInfoDTO

MaxRetryCountForChunk: number

Description

the maximum amount of time a chunk should be retired

Memberof

ChunkUploadInfoDTO

MaxSimultaneousChunkUploadRequestsPerSession: number

Description

the maximum simultaneous requests that should be sent to the server

Memberof

ChunkUploadInfoDTO

ProviderSupportsChunkUpload: boolean

Description

shows wether the current blob storage provider supports uploading in chunks

Memberof

ChunkUploadInfoDTO

Generated using TypeDoc