DataFeedIngestionStatus Class

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

public final class DataFeedIngestionStatus

The DataFeedIngestionStatus model.

Constructor Summary

Constructor Description
DataFeedIngestionStatus()

Construct DataFeedIngestionStatus object.

Method Summary

Modifier and Type Method and Description
String getMessage()

Get the message property: the trimmed message of last ingestion job.

IngestionStatusType getStatus()

Get the status property: latest ingestion task status for this data slice.

OffsetDateTime 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:

the message value.

getStatus

public IngestionStatusType getStatus()

Get the status property: latest ingestion task status for this data slice.

Returns:

the status value.

getTimestamp

public OffsetDateTime getTimestamp()

Get the timestamp property: data slice timestamp.

Returns:

the timestamp value.

Applies to