BlobMetadata.LastModified 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.
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