CloudBlobContainer.GetBlobReference Method (String, Nullable(DateTimeOffset)) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobContainer.::..GetBlobReference Method (String, Nullable<DateTimeOffset>)(String^, Nullable<DateTimeOffset>)(String, Nullable<DateTimeOffset>)(String, Nullable(Of DateTimeOffset))
Gets a reference to a blob in this container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudBlob GetBlobReference(
string blobName,
Nullable<DateTimeOffset> snapshotTime
)
C++
public:
CloudBlob^ GetBlobReference(
String^ blobName,
Nullable<DateTimeOffset> snapshotTime
)
member GetBlobReference :
blobName:string *
snapshotTime:Nullable<DateTimeOffset> -> CloudBlob
Public Function GetBlobReference (
blobName As String,
snapshotTime As Nullable(Of DateTimeOffset)
) As CloudBlob
Parameters
- blobName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the blob.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
See Also
GetBlobReference Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Gets a reference to a blob in this container.
Syntax
public CloudBlob GetBlobReference( string blobName, Nullable<DateTimeOffset> snapshotTime )
C++
public:
CloudBlob^ GetBlobReference(
String^ blobName,
Nullable<DateTimeOffset> snapshotTime
)member GetBlobReference :
blobName:string *
snapshotTime:Nullable<DateTimeOffset> -> CloudBlobPublic Function GetBlobReference ( blobName As String, snapshotTime As Nullable(Of DateTimeOffset) ) As CloudBlob
Parameters
- blobName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the blob.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
See Also
GetBlobReference Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace