Represents the query info echoed back in a simple time series aggregates response.

interface ESPSimpleTSAggregatesQueryInfo {
    date?: string;
    endDate?: string;
    parameter?: string;
    startDate?: string;
    windowType?: string;
}

Properties

date?: string
endDate?: string
parameter?: string
startDate?: string
windowType?: string