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 file stream.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public int StreamMinimumReadSizeInBytes { get; set; }
 
public:
property int StreamMinimumReadSizeInBytes {
	int get();
	void set(int value);
}
 
member 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 16KB.

Return to top