DataFeedIngestionProgress Class

Definition

The DataFeedIngestionProgress.

public class DataFeedIngestionProgress
type DataFeedIngestionProgress = class
Public Class DataFeedIngestionProgress
Inheritance
DataFeedIngestionProgress

Properties

LatestActiveTimestamp

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.

LatestSuccessTimestamp

The date and time, in UTC, when the DataFeed succeeded in ingesting data from its data source for the last time. If null, this information is not available.

Applies to