ICloudAppendBlob Interface

Definition

Represents an append blob, a type of blob where blocks of data are always committed to the end of the blob.

public interface class ICloudAppendBlob
public interface ICloudAppendBlob
type ICloudAppendBlob = interface
Public Interface ICloudAppendBlob
Derived

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Methods

AppendAsync(ArraySegment<Byte>, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob.

CreateAsync()

Initiates an asynchronous operation to create an empty append blob.

OpenWriteAsync()

Initiates an asynchronous operation to open a stream for writing to the blob.

Applies to