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)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @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.Int64The 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 2008Target Platforms