Preparing search index...
The search index is not available
Cognite JavaScript SDK
Cognite JavaScript SDK
RecordPrimitivePropertyType
Interface RecordPrimitivePropertyType
interface
RecordPrimitivePropertyType
{
list
:
boolean
;
maxListSize
?:
number
;
type
:
|
"boolean"
|
"json"
|
"float32"
|
"float64"
|
"int32"
|
"int64"
|
"timestamp"
|
"date"
;
unit
?:
RecordUnitReference
;
}
Index
Properties
list
max
List
Size?
type
unit?
Properties
list
list
:
boolean
Optional
max
List
Size
max
List
Size
?:
number
type
type
:
|
"boolean"
|
"json"
|
"float32"
|
"float64"
|
"int32"
|
"int64"
|
"timestamp"
|
"date"
Optional
unit
unit
?:
RecordUnitReference
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
max
List
Size
type
unit
Cognite JavaScript SDK
Loading...