UploadBlockRequest.BlockId 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.
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.