CloudAppendBlob.StreamWriteSizeInBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudAppendBlob.StreamWriteSizeInBytes Property
CloudAppendBlob::StreamWriteSizeInBytes Property
CloudAppendBlob.StreamWriteSizeInBytes Property
CloudAppendBlob.StreamWriteSizeInBytes Property
Gets or sets the number of bytes to buffer when writing to an append 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 size of a block, in bytes, ranging from between 16 KB and 4 MB inclusive.
Return to top
Gets or sets the number of bytes to buffer when writing to an append 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 size of a block, in bytes, ranging from between 16 KB and 4 MB inclusive.