UploadBlockRequest.BlockId Property

Definition

A unique identifier for the block of data.

public:
 property System::String ^ BlockId { System::String ^ get(); void set(System::String ^ value); };
public string BlockId { get; set; }
member this.BlockId : string with get, set
Public Property BlockId As String

Property Value

A valid Base64 string value that identifies the block. The string must be less than or equal to 64 bytes in size.

Remarks

For a given file, the length of the value must be the same size for each block.

Applies to