node-ovsdb
Preparing search index...
InsertOperation
Type Alias InsertOperation<TDatabase, TTable>
Insert operation.
type
InsertOperation
<
TDatabase
extends
DatabaseTableMap
,
TTable
extends
TableName
<
TDatabase
>
=
TableName
<
TDatabase
>
,
>
=
{
op
:
"insert"
;
row
:
Partial
<
TableRow
<
TDatabase
,
TTable
>
>
&
RowRecord
;
table
:
TTable
;
uuidName
?:
string
;
}
Type Parameters
TDatabase
extends
DatabaseTableMap
TTable
extends
TableName
<
TDatabase
>
=
TableName
<
TDatabase
>
Index
Properties
op
row
table
uuid
Name?
Properties
op
op
:
"insert"
row
row
:
Partial
<
TableRow
<
TDatabase
,
TTable
>
>
&
RowRecord
table
table
:
TTable
Optional
uuid
Name
uuidName
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
row
table
uuid
Name
node-ovsdb
Loading...
Insert operation.