Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
RawDBRowInsert
Interface RawDBRowInsert
interface
RawDBRowInsert
{
columns
:
Record
<
string
,
unknown
>
;
key
:
string
;
}
Hierarchy (
view full
)
RawDBRowKey
RawDBRowInsert
RawDBRow
Index
Properties
columns
key
Properties
columns
columns
:
Record
<
string
,
unknown
>
Row data stored as a JSON object.
key
key
:
string
Unique row key
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
key
Cognite JavaScript SDK (beta)
Loading...
Row data stored as a JSON object.