





[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.]
Top
Top
Top
Top
Represents a stream for reading and writing to a blob.
The following tables list the members exposed by the BlobStream type.
Protected Constructors
Name | Description | |
---|---|---|
BlobStream |
Public Properties
Name | Description | |
---|---|---|
![]() | Blob | Gets a reference to the blob on which the stream is opened. |
![]() | BlockSize | This property is not currently supported. |
![]() | CanRead | (Inherited from Stream) |
![]() | CanSeek | (Inherited from Stream) |
![]() | CanTimeout | (Inherited from Stream) |
![]() | CanWrite | (Inherited from Stream) |
![]() | IntegrityControlVerificationEnabled | Gets a value indicating whether the signature of each block should be verified. |
![]() | Length | (Inherited from Stream) |
![]() | Position | (Inherited from Stream) |
![]() | ReadAheadSize | Specifies 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. |
![]() | ReadTimeout | (Inherited from Stream) |
![]() | WriteTimeout | (Inherited from Stream) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | Abort | Aborts the operation to write to the blob. |
![]() | BeginCommit | This operation is not currently supported. |
![]() | BeginRead | (Inherited from Stream) |
![]() | BeginWrite | (Inherited from Stream) |
![]() | Close | (Inherited from Stream) |
![]() | Commit | This operation is not currently supported. |
![]() | CopyTo | (Inherited from Stream) |
![]() | CopyTo | (Inherited from Stream) |
![]() | CreateObjRef | (Inherited from MarshalByRefObject) |
![]() | Dispose | (Inherited from Stream) |
![]() | EndCommit | This operation is not currently supported. |
![]() | EndRead | (Inherited from Stream) |
![]() | EndWrite | (Inherited from Stream) |
![]() | Equals | (Inherited from Object) |
![]() | Flush | (Inherited from Stream) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetLifetimeService | (Inherited from MarshalByRefObject) |
![]() | GetType | (Inherited from Object) |
![]() | InitializeLifetimeService | (Inherited from MarshalByRefObject) |
![]() | Read | (Inherited from Stream) |
![]() | ReadByte | (Inherited from Stream) |
![]() | Seek | (Inherited from Stream) |
![]() | SetLength | (Inherited from Stream) |
![]() | ToString | (Inherited from Object) |
![]() | Write | (Inherited from Stream) |
![]() | WriteByte | (Inherited from Stream) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CreateWaitHandle | Obsolete. (Inherited from Stream) |
![]() | Dispose | (Inherited from Stream) |
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from MarshalByRefObject) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ObjectInvariant | (Inherited from Stream) |