DataFeedIngestionProgress Class

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

public final class DataFeedIngestionProgress

The DataFeedIngestionProgress model.

Constructor Summary

Constructor Description
DataFeedIngestionProgress()

Creates an instance of DataFeedIngestionProgress class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getLatestActiveTimestamp()

Get the latestActiveTimestamp property: the timestamp of latest ingestion job with status update.

OffsetDateTime getLatestSuccessTimestamp()

Get the latestSuccessTimestamp property: the timestamp of latest success ingestion job.

Methods inherited from java.lang.Object

Constructor Details

DataFeedIngestionProgress

public DataFeedIngestionProgress()

Creates an instance of DataFeedIngestionProgress class.

Method Details

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.

getLatestSuccessTimestamp

public OffsetDateTime getLatestSuccessTimestamp()

Get the latestSuccessTimestamp property: the timestamp of latest success ingestion job. null indicates not available.

Returns:

the latestSuccessTimestamp value.

Applies to