Interface AggregationTimeSeriesAliases

interface AggregationTimeSeriesAliases {
    end?: string;
    label?: string;
    start?: string;
}

Properties

Properties

end?: string

Exclusive interval end emitted by a server time-series response.

label?: string

Optional display label emitted by the server.

start?: string

Inclusive interval start emitted by a server time-series response.