C#
C++
F#
VB
ICloudBlob.SnapshotTime Property
ICloudBlob::SnapshotTime Property
ICloudBlob.SnapshotTime Property
ICloudBlob.SnapshotTime Property
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Property Value
Type: System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)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.