UploadBlockRequest.BlockData 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.
The data block to upload.
public:
property cli::array <System::Byte> ^ BlockData { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] BlockData { get; set; }
member this.BlockData : byte[] with get, set
Public Property BlockData As Byte()
Property Value
Byte[]
The data block can be up to 4MB in size.