Storage Client Library for Windows Phone (Version 7.0)

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

 
StorageUri SnapshotQualifiedStorageUri { get; }
 
property StorageUri^ SnapshotQualifiedStorageUri {
	StorageUri^ get();
}
 
abstract SnapshotQualifiedStorageUri : StorageUri with get
 
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 StorageUri 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