Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
AggregatedHistogramValue
Interface AggregatedHistogramValue
interface
AggregatedHistogramValue
{
aggregate
:
"histogram"
;
buckets
:
{
count
:
number
;
start
:
number
;
}
[]
;
interval
:
number
;
property
:
string
;
}
Index
Properties
aggregate
buckets
interval
property
Properties
aggregate
aggregate
:
"histogram"
buckets
buckets
:
{
count
:
number
;
start
:
number
;
}
[]
List (array) of buckets to use for histogram aggregates.
interval
interval
:
number
Example
50
Copy
property
property
:
string
Example
duration
Copy
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregate
buckets
interval
property
Cognite JavaScript SDK (beta)
Loading...
List (array) of buckets to use for histogram aggregates.