Class DataFeedIngestionStatus

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

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

    • DataFeedIngestionStatus

      public DataFeedIngestionStatus()
  • Method Details

    • getTimestamp

      public OffsetDateTime getTimestamp()
      Get the timestamp property: data slice timestamp.
      Returns:
      the timestamp value.
    • getStatus

      public IngestionStatusType getStatus()
      Get the status property: latest ingestion task status for this data slice.
      Returns:
      the status value.
    • getMessage

      public String getMessage()
      Get the message property: the trimmed message of last ingestion job.
      Returns:
      the message value.