CloudBlockBlob.SnapshotTime Property

Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
Public Property SnapshotTime As Nullable(Of DateTimeOffset)
public Nullable<DateTimeOffset> SnapshotTime { get; }
public:
virtual property Nullable<DateTimeOffset> SnapshotTime {
    Nullable<DateTimeOffset> get () sealed;
}

Property Value

A DateTimeOffset containing the blob's snapshot time if the blob is a snapshot; otherwise, null.

Remarks

If the blob is not a snapshot, the value of this property is null.

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

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

See Also

Reference

CloudBlockBlob Class
CloudBlockBlob Members
Microsoft.WindowsAzure.Storage.Blob Namespace