CloudBlobContainer.GetAppendBlobReference Method

Definition

Overloads

GetAppendBlobReference(String)

Gets a reference to an append blob in this container.

GetAppendBlobReference(String, Nullable<DateTimeOffset>)

Gets a reference to an append blob in this container.

GetAppendBlobReference(String)

Gets a reference to an append blob in this container.

C#
public virtual Microsoft.Azure.Storage.Blob.CloudAppendBlob GetAppendBlobReference(string blobName);

Parameters

blobName
String

A string containing the name of the append blob.

Returns

A CloudAppendBlob object.

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy

GetAppendBlobReference(String, Nullable<DateTimeOffset>)

Gets a reference to an append blob in this container.

C#
public virtual Microsoft.Azure.Storage.Blob.CloudAppendBlob GetAppendBlobReference(string blobName, DateTimeOffset? snapshotTime);

Parameters

blobName
String

A string containing the name of the append blob.

snapshotTime
Nullable<DateTimeOffset>

A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.

Returns

A CloudAppendBlob object.

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy