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

 
public int StreamMinimumReadSizeInBytes { get; set; }
 
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
 
Public Property StreamMinimumReadSizeInBytes As Integer

Property Value

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

The minimum number of bytes to buffer, being at least 16 KB.

Return to top