DataFeedIngestionProgress.LatestActiveTimestamp 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, 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)