Class DataFeedIngestionProgress

java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataFeedIngestionProgress

public final class DataFeedIngestionProgress extends Object
The DataFeedIngestionProgress model.
  • Constructor Details

    • DataFeedIngestionProgress

      public DataFeedIngestionProgress()
  • Method Details

    • getLatestSuccessTimestamp

      public OffsetDateTime getLatestSuccessTimestamp()
      Get the latestSuccessTimestamp property: the timestamp of latest success ingestion job. null indicates not available.
      Returns:
      the latestSuccessTimestamp value.
    • getLatestActiveTimestamp

      public OffsetDateTime getLatestActiveTimestamp()
      Get the latestActiveTimestamp property: the timestamp of latest ingestion job with status update. null indicates not available.
      Returns:
      the latestActiveTimestamp value.