Gets the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As ICloudBlob
Dim value As StorageUri
value = instance.SnapshotQualifiedStorageUri
|
Syntax
Visual Basic |
---|
ReadOnly Property SnapshotQualifiedStorageUri As StorageUri |
C# |
---|
StorageUri SnapshotQualifiedStorageUri { get; } |
C++ |
---|
property StorageUri^ SnapshotQualifiedStorageUri {
StorageUri^ get ();
} |
J# |
---|
/** @property */
StorageUri get_SnapshotQualifiedStorageUri ()
|
JScript |
---|
function get SnapshotQualifiedStorageUri () : StorageUri
|
Property Value
An object of type
StorageUri containing the blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also