DataFeedIngestionProgress.LatestActiveTimestamp Property

Definition

The date and time, in UTC, when the DataFeed changed its IngestionStatusType for the last time. If null, this information is not available. You can check a data feed's ingestion status with the GetDataFeedIngestionStatuses(String, GetDataFeedIngestionStatusesOptions, CancellationToken) and the GetDataFeedIngestionStatusesAsync(String, GetDataFeedIngestionStatusesOptions, CancellationToken) operations.

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

Property Value

Applies to