InitializeAttachmentBlocksDownloadResponse ComplexType
Contains the response from the InitializeAttachmentBlocksDownload action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
FileContinuationToken | Edm.String |
A token that uniquely identifies a sequence of related data blocks. |
FileName | Edm.String |
The name of the stored file. |
FileSizeInBytes | Edm.Int32 |
The size of the data file in bytes. |
Used by
The following use the InitializeAttachmentBlocksDownloadResponse ComplexType.
Name | How used |
---|---|
InitializeAttachmentBlocksDownload | ReturnType |