DataFeedIngestionStatus Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedIngestionStatus
- com.
public final class DataFeedIngestionStatus
The DataFeedIngestionStatus model.
Constructor Summary
Constructor | Description |
---|---|
DataFeedIngestionStatus() |
Construct Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Get the message property: the trimmed message of last ingestion job. |
Ingestion |
getStatus()
Get the status property: latest ingestion task status for this data slice. |
Offset |
getTimestamp()
Get the timestamp property: data slice timestamp. |
Methods inherited from java.lang.Object
Constructor Details
DataFeedIngestionStatus
public DataFeedIngestionStatus()
Construct DataFeedIngestionStatus object.
Method Details
getMessage
public String getMessage()
Get the message property: the trimmed message of last ingestion job.
Returns:
getStatus
public IngestionStatusType getStatus()
Get the status property: latest ingestion task status for this data slice.
Returns:
getTimestamp
public OffsetDateTime getTimestamp()
Get the timestamp property: data slice timestamp.
Returns:
Applies to
Azure SDK for Java