Azure CloudBlobStream Class

Download Azure Cloud Connect Setup File
Download Azure Cloud Connect Zip File

Represents a stream for writing to a blob.

public abstract class CloudBlobStream : System.IO.Stream

Constructors

CONSTRUCTORS
CloudBlobStream()

Methods

METHODS
BeginCommit(AsyncCallback, Object)

Begins an asynchronous commit operation.

BeginFlush(AsyncCallback, Object)

Begins an asynchronous flush operation.

Commit()

Clears all buffers for this stream, causes any buffered data to be written to the underlying blob, and commits the blob.

CommitAsync()

Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying file, and commits the file.

EndCommit(IAsyncResult)

Waits for the pending asynchronous commit to complete.

EndFlush(IAsyncResult)

Waits for the pending asynchronous flush to complete.