Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
int StreamMinimumReadSizeInBytes { get; set; }
 
property int StreamMinimumReadSizeInBytes {
	int get();
	void set(int value);
}
 
abstract StreamMinimumReadSizeInBytes : int with get, set
 
Property StreamMinimumReadSizeInBytes As Integer

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The minimum number of bytes to buffer.

Return to top