Fires2REST - v0.3.0
GitHub
NPM
Preparing search index...
AggregationResult
Interface AggregationResult
Result of an aggregation query
interface
AggregationResult
{
readTime
:
string
;
result
:
{
aggregateFields
:
Record
<
string
,
FirestoreValue
>
}
;
}
Index
Properties
read
Time
result
Properties
read
Time
readTime
:
string
The time at which the aggregate was computed
result
result
:
{
aggregateFields
:
Record
<
string
,
FirestoreValue
>
}
The aggregation results
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
read
Time
result
GitHub
NPM
Fires2REST - v0.3.0
Loading...
Result of an aggregation query