C#
C++
F#
VB
CloudBlockBlob.StreamWriteSizeInBytes Property
CloudBlockBlob::StreamWriteSizeInBytes Property
CloudBlockBlob.StreamWriteSizeInBytes Property
CloudBlockBlob.StreamWriteSizeInBytes Property
Gets or sets the block size for writing to a block blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property int StreamWriteSizeInBytes { virtual int get() sealed; virtual void set(int value) sealed; }
abstract StreamWriteSizeInBytes : int with get, set override StreamWriteSizeInBytes : int with get, set
Property Value
Type: System.Int32System::Int32System.Int32System.Int32The size of a block, in bytes, ranging from between 16 KB and 4 MB inclusive.