Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
Uri SnapshotQualifiedUri { get; }
 
property Uri^ SnapshotQualifiedUri {
	Uri^ get();
}
 
abstract SnapshotQualifiedUri : Uri with get
 
ReadOnly Property SnapshotQualifiedUri As Uri

Property Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot.

Return to top