BlobStream Members

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.]

Represents a stream for reading and writing to a blob.

The following tables list the members exposed by the BlobStream type.

Protected Constructors

 NameDescription
BlobStream 
Top

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)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodAbortAborts the operation to write to the blob.
public methodBeginCommitThis operation is not currently supported.
public methodBeginRead  (Inherited from Stream)
public methodBeginWrite  (Inherited from Stream)
public methodClose  (Inherited from Stream)
public methodCommitThis operation is not currently supported.
public methodCopyTo  (Inherited from Stream)
public methodCopyTo  (Inherited from Stream)
public methodCreateObjRef  (Inherited from MarshalByRefObject)
public methodDispose  (Inherited from Stream)
public methodEndCommitThis operation is not currently supported.
public methodEndRead  (Inherited from Stream)
public methodEndWrite  (Inherited from Stream)
public methodEquals  (Inherited from Object)
public methodFlush  (Inherited from Stream)
public methodGetHashCode  (Inherited from Object)
public methodGetLifetimeService  (Inherited from MarshalByRefObject)
public methodGetType  (Inherited from Object)
public methodInitializeLifetimeService  (Inherited from MarshalByRefObject)
public methodRead  (Inherited from Stream)
public methodReadByte  (Inherited from Stream)
public methodSeek  (Inherited from Stream)
public methodSetLength  (Inherited from Stream)
public methodToString  (Inherited from Object)
public methodWrite  (Inherited from Stream)
public methodWriteByte  (Inherited from Stream)
Top

Protected Methods

 NameDescription
protected methodCreateWaitHandle  Obsolete.  (Inherited from Stream)
protected methodDispose  (Inherited from Stream)
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from MarshalByRefObject)
protected methodMemberwiseClone  (Inherited from Object)
protected methodObjectInvariant  (Inherited from Stream)
Top

See Also