CommitFileBlocksUploadRequest.BlockList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IDs of the uploaded data blocks, in the correct sequence, that will result in the final data file when the data blocks are combined.
public:
property cli::array <System::String ^> ^ BlockList { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] BlockList { get; set; }
member this.BlockList : string[] with get, set
Public Property BlockList As String()
Property Value
String[]
The IDs of the uploaded data blocks, in the correct sequence, that will result in the final data file when the data blocks are combined.
Remarks
For more information on block IDs see UploadBlockRequest.BlockId.