CloudBlob.StreamMinimumReadSizeInBytes Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlob.StreamMinimumReadSizeInBytes Property
CloudBlob::StreamMinimumReadSizeInBytes Property
CloudBlob.StreamMinimumReadSizeInBytes Property
CloudBlob.StreamMinimumReadSizeInBytes Property
Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property int StreamMinimumReadSizeInBytes {
virtual int get() sealed;
virtual void set(int value) sealed;
}
abstract StreamMinimumReadSizeInBytes : int with get, set
override StreamMinimumReadSizeInBytes : int with get, set
Property Value
Type:
System.Int32System::Int32System.Int32System.Int32The minimum number of bytes to buffer, being at least 16 KB.
Return to top
Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
Syntax
C++
public: property int StreamMinimumReadSizeInBytes { virtual int get() sealed; virtual void set(int value) sealed; }
abstract StreamMinimumReadSizeInBytes : int with get, set override StreamMinimumReadSizeInBytes : int with get, set
Property Value
Type: System.Int32System::Int32System.Int32System.Int32The minimum number of bytes to buffer, being at least 16 KB.