This topic has not yet been rated - Rate this topic

CloudBlobClient.ReadAheadInBytes Property

Gets or sets the number of bytes to pre-fetch when reading from a stream.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlobClient
Dim value As Long

value = instance.ReadAheadInBytes

instance.ReadAheadInBytes = value
public long ReadAheadInBytes { get; set; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public long get_ReadAheadInBytes ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ReadAheadInBytes (long value)

CompilerGeneratedAttribute 
public function get ReadAheadInBytes () : long

CompilerGeneratedAttribute 
public function set ReadAheadInBytes (value : long)

Property Value

Type: System.Int64

The number of bytes to read ahead from a stream.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ