CloudBlobStream Class (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobStream Class
Represents a stream for writing to a blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
System.IO.::..Stream
Microsoft.WindowsAzure.Storage.Blob.::..CloudBlobStream
Syntax
Constructors
Name Description 
CloudBlobStream()()()()
Properties
Name Description 
CanReadCanReadCanReadCanRead (Inherited from Stream.)

CanSeekCanSeekCanSeekCanSeek (Inherited from Stream.)

CanTimeoutCanTimeoutCanTimeoutCanTimeout (Inherited from Stream.)

CanWriteCanWriteCanWriteCanWrite (Inherited from Stream.)

LengthLengthLengthLength (Inherited from Stream.)

PositionPositionPositionPosition (Inherited from Stream.)

ReadTimeoutReadTimeoutReadTimeoutReadTimeout (Inherited from Stream.)

WriteTimeoutWriteTimeoutWriteTimeoutWriteTimeout (Inherited from Stream.)
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents a stream for writing to a blob.
Inheritance Hierarchy
System.::..ObjectSystem.IO.::..Stream
Microsoft.WindowsAzure.Storage.Blob.::..CloudBlobStream
Syntax
Constructors
| Name | Description | |
|---|---|---|
| CloudBlobStream()()()() |
Properties
| Name | Description | |
|---|---|---|
| CanReadCanReadCanReadCanRead | (Inherited from Stream.) | |
| CanSeekCanSeekCanSeekCanSeek | (Inherited from Stream.) | |
| CanTimeoutCanTimeoutCanTimeoutCanTimeout | (Inherited from Stream.) | |
| CanWriteCanWriteCanWriteCanWrite | (Inherited from Stream.) | |
| LengthLengthLengthLength | (Inherited from Stream.) | |
| PositionPositionPositionPosition | (Inherited from Stream.) | |
| ReadTimeoutReadTimeoutReadTimeoutReadTimeout | (Inherited from Stream.) | |
| WriteTimeoutWriteTimeoutWriteTimeoutWriteTimeout | (Inherited from Stream.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.