CloudBlob.SnapshotQualifiedUri Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlob.SnapshotQualifiedUri Property
CloudBlob::SnapshotQualifiedUri Property
CloudBlob.SnapshotQualifiedUri Property
CloudBlob.SnapshotQualifiedUri Property
Gets the absolute URI to the blob, including query string information if the blob is a snapshot.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract SnapshotQualifiedUri : Uri with get
override SnapshotQualifiedUri : Uri with get
Property Value
Type:
System.UriSystem::Uri^System.UriSystem.UriA Uri specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot.
Return to top
Gets the absolute URI to the blob, including query string information if the blob is a snapshot.
Syntax
abstract SnapshotQualifiedUri : Uri with get override SnapshotQualifiedUri : Uri with get
Property Value
Type: System.UriSystem::Uri^System.UriSystem.UriA Uri specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot.