ContainerProperties.LastModified Property

Definition

Gets the last modified time stamp associated with ContainerProperties from the Azure Cosmos DB service.

public DateTime? LastModified { get; }
member this.LastModified : Nullable<DateTime>
Public ReadOnly Property LastModified As Nullable(Of DateTime)

Property Value

The last modified time stamp associated with the resource.

Applies to