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)
Usage
Visual Basic |
---|
Dim instance As ICloudBlob
Dim value As Integer
value = instance.StreamMinimumReadSizeInBytes
instance.StreamMinimumReadSizeInBytes = value |
Syntax
Visual Basic |
---|
Property StreamMinimumReadSizeInBytes As Integer |
C# |
---|
int StreamMinimumReadSizeInBytes { get; set; } |
C++ |
---|
property int StreamMinimumReadSizeInBytes {
int get ();
void set (int value);
} |
J# |
---|
/** @property */
int get_StreamMinimumReadSizeInBytes ()
/** @property */
void set_StreamMinimumReadSizeInBytes (int value)
|
JScript |
---|
function get StreamMinimumReadSizeInBytes () : int
function set StreamMinimumReadSizeInBytes (value : int)
|
Property Value
The minimum number of bytes to buffer.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also