C#
C++
F#
VB
CloudPageBlob.StreamWriteSizeInBytes Property
CloudPageBlob::StreamWriteSizeInBytes Property
CloudPageBlob.StreamWriteSizeInBytes Property
CloudPageBlob.StreamWriteSizeInBytes Property
Gets or sets the number of bytes to buffer when writing to a page blob stream.
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 number of bytes to buffer, ranging from between 512 bytes and 4 MB inclusive.