AzureStorageBlob.LastModified Property

Definition

Blob last modified time

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="LastModified", Position=4, ScriptBlock="$_.LastModified.UtcDateTime.ToString("u")", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public DateTimeOffset? LastModified { get; }
public DateTimeOffset? LastModified { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="LastModified", Position=4, ScriptBlock="$_.LastModified.UtcDateTime.ToString("u")", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.LastModified : Nullable<DateTimeOffset>
member this.LastModified : Nullable<DateTimeOffset>
Public ReadOnly Property LastModified As Nullable(Of DateTimeOffset)

Property Value

Attributes

Applies to