BlobStream Properties

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Properties

 NameDescription
public propertyBlobGets a reference to the blob on which the stream is opened.
public propertyBlockSizeThis property is not currently supported.
public propertyCanRead  (Inherited from Stream)
public propertyCanSeek  (Inherited from Stream)
public propertyCanTimeout  (Inherited from Stream)
public propertyCanWrite  (Inherited from Stream)
public propertyIntegrityControlVerificationEnabledGets a value indicating whether the signature of each block should be verified.
public propertyLength  (Inherited from Stream)
public propertyPosition  (Inherited from Stream)
public propertyReadAheadSizeSpecifies the number of additional bytes to fetch when the BlobStream.Read() method is called. This property defaults to 512 kilobytes. Set this property to 0 to disable pre-fetching. This property is only supported by instances of BlobStream created by CloudBlob.OpenRead.
public propertyReadTimeout  (Inherited from Stream)
public propertyWriteTimeout  (Inherited from Stream)

See Also