Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/tsData
ESPSimpleTSAggregatesQueryInfo
Interface ESPSimpleTSAggregatesQueryInfo
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
;
}
Index
Properties
date?
end
Date?
parameter?
start
Date?
window
Type?
Properties
Optional
date
date
?:
string
Optional
end
Date
endDate
?:
string
Optional
parameter
parameter
?:
string
Optional
start
Date
startDate
?:
string
Optional
window
Type
windowType
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
end
Date
parameter
start
Date
window
Type
@espressif/rainmaker-base-sdk
Loading...
Represents the query info echoed back in a simple time series aggregates response.