node-ovsdb
Preparing search index...
DeleteOperation
Type Alias DeleteOperation<TDatabase, TTable>
Delete operation.
type
DeleteOperation
<
TDatabase
extends
DatabaseTableMap
,
TTable
extends
TableName
<
TDatabase
>
=
TableName
<
TDatabase
>
,
>
=
{
op
:
"delete"
;
table
:
TTable
;
where
:
ConditionForTable
<
TDatabase
,
TTable
>
[]
;
}
Type Parameters
TDatabase
extends
DatabaseTableMap
TTable
extends
TableName
<
TDatabase
>
=
TableName
<
TDatabase
>
Index
Properties
op
table
where
Properties
op
op
:
"delete"
table
table
:
TTable
where
where
:
ConditionForTable
<
TDatabase
,
TTable
>
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
table
where
node-ovsdb
Loading...
Delete operation.