Class TimeseriesAnomalyInvestigationResponseMeta

Timeseries execution metadata for the single request accepted by this API version.

Hierarchy

  • TimeseriesAnomalyInvestigationResponseMeta

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
fromDate: number

Effective start of the timeseries query in milliseconds since the Unix epoch.

interval: number

Effective timeseries interval in milliseconds.

Execution status for the request's queries.

Response metadata type for a timeseries anomaly investigation.

Non-fatal warnings produced while executing the investigation.

toDate: number

Effective end of the timeseries query in milliseconds since the Unix epoch.

Generated using TypeDoc