CloudBlob.SnapshotQualifiedStorageUri Property (Microsoft.WindowsAzure.Storage.Blob)

From Microsoft Windows Azure Storage Blob

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)

Syntax

 
public StorageUri SnapshotQualifiedStorageUri { get; }
 
public:
property StorageUri^ SnapshotQualifiedStorageUri {
	virtual StorageUri^ get() sealed;
}
 
abstract SnapshotQualifiedStorageUri : StorageUri with get
override SnapshotQualifiedStorageUri : StorageUri with get
 
Public ReadOnly Property SnapshotQualifiedStorageUri As StorageUri

Property Value

Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUri

An object of type StorageUriStorageUriStorageUriStorageUri containing the blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot.

Return to top