Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
DocumentsAggregateCountResponse
Interface DocumentsAggregateCountResponse
Response for count aggregate.
Example
{
"items"
:[{
"count"
:
10
}]}
Copy
interface
DocumentsAggregateCountResponse
{
items
:
DocumentsAggregateCountItem
[]
;
}
Index
Properties
items
Properties
items
items
:
DocumentsAggregateCountItem
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
Cognite JavaScript SDK (beta)
Loading...
Response for count aggregate.
Example