node-ovsdb
Preparing search index...
RowUpdate
Interface RowUpdate<TRow>
RFC 7047 row update payload.
interface
RowUpdate
<
TRow
extends
RowRecord
=
RowRecord
>
{
new
?:
Partial
<
TRow
>
;
old
?:
Partial
<
TRow
>
;
}
Type Parameters
TRow
extends
RowRecord
=
RowRecord
Index
Properties
new?
old?
Properties
Optional
new
new
?:
Partial
<
TRow
>
Optional
old
old
?:
Partial
<
TRow
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
old
node-ovsdb
Loading...
RFC 7047 row update payload.