Represents the query info of a simple time series aggregates response, as returned by the API.

interface ESPTSRawAggregatesQueryInfo {
    date?: string;
    end_date?: string;
    parameter?: string;
    start_date?: string;
    window_type?: string;
}

Properties

date?: string
end_date?: string
parameter?: string
start_date?: string
window_type?: string