InitializeFileBlocksDownloadResponse ComplexType

Contains the response from the InitializeFileBlocksDownload Action.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
FileSizeInBytes Edm.Int64

The size of the data file in bytes.

FileName Edm.String

The name of the stored file.

FileContinuationToken Edm.String

A token that uniquely identifies a sequence of related data blocks.

Used by

The following use the InitializeFileBlocksDownloadResponse ComplexType.

Name How used
InitializeFileBlocksDownload ReturnType

See also