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