Azure CloudBlobContainer GetBlobReference Method

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

Gets a reference to a blob in this container.

public virtual Microsoft.Azure.Storage.Blob.CloudBlob GetBlobReference (string blobName);

Parameters

blobName
String

A string containing the name of the blob.

snapshotTime
Nullable<DateTimeOffset>

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

Returns

 

Attributes