AzureStorageBlob.SnapshotTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Blob snapshot time
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="SnapshotTime", Position=6, ScriptBlock="$_.SnapshotTime.UtcDateTime.ToString("u")", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public DateTimeOffset? SnapshotTime { get; }
public DateTimeOffset? SnapshotTime { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="SnapshotTime", Position=6, ScriptBlock="$_.SnapshotTime.UtcDateTime.ToString("u")", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.SnapshotTime : Nullable<DateTimeOffset>
member this.SnapshotTime : Nullable<DateTimeOffset>
Public ReadOnly Property SnapshotTime As Nullable(Of DateTimeOffset)
Property Value
- Attributes