Interface for custom parameter simple time series aggregates request parameters.

interface ESPCustomParamSimpleTSAggregatesRequest {
    dataType: string;
    date?: string;
    endDate?: string;
    paramName: string;
    resultCount?: number;
    startDate?: string;
    window?: ESPSimpleTSAggregateWindow;
}

Hierarchy (View Summary)

Properties

dataType: string
date?: string
endDate?: string
paramName: string
resultCount?: number
startDate?: string