CloudPageBlob.StreamWriteSizeInBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.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 number of bytes to buffer, ranging from between 512 bytes and 4 MB inclusive.
Return to top
Gets or sets the number of bytes to buffer when writing to a page blob stream.
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.