BlobMetadata.LastModified Property

Definition

The date and time the file or folder was last modified.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("LastModified")]
public DateTime? LastModified { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("LastModified")>]
member this.LastModified : Nullable<DateTime> with get, set
Public Property LastModified As Nullable(Of DateTime)

Property Value

Attributes

Applies to