CommitAnnotationBlocksUploadRequest.BlockList Property

Definition

Gets or sets the IDs of the uploaded data blocks, in the correct sequence, that will result in the final annotation 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 annotation when the data blocks are combined.

Remarks

For more information on block IDs see UploadBlockRequest.BlockId.

Applies to