DataPointAnomaly.LastModified Property

Definition

The date and time, in UTC, in which this anomaly entry has been modified for the last time. This property is only populated when calling GetAnomaliesForAlert(String, String, GetAnomaliesForAlertOptions, CancellationToken) or GetAnomaliesForAlertAsync(String, String, GetAnomaliesForAlertOptions, CancellationToken). For other overloads, this property will be null.

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

Property Value

Applies to