DataFeedIngestionProgress Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedIngestionProgress
- com.
public final class DataFeedIngestionProgress
The DataFeedIngestionProgress model.
Constructor Summary
Constructor | Description |
---|---|
DataFeedIngestionProgress() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
getLatestActiveTimestamp()
Get the latest |
Offset |
getLatestSuccessTimestamp()
Get the latest |
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:
getLatestSuccessTimestamp
public OffsetDateTime getLatestSuccessTimestamp()
Get the latestSuccessTimestamp property: the timestamp of latest success ingestion job. null indicates not available.
Returns:
Applies to
Azure SDK for Java