BlobSnapshotInfo.LastModified Property

Definition

Returns the date and time the container was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob.

public DateTimeOffset LastModified { get; }
member this.LastModified : DateTimeOffset
Public ReadOnly Property LastModified As DateTimeOffset

Property Value

Applies to