node-ovsdb
Preparing search index...
TableSchema
Interface TableSchema
Table schema metadata.
interface
TableSchema
{
columns
:
Record
<
string
,
ColumnSchema
>
;
indexes
?:
string
[]
[]
;
isRoot
?:
boolean
;
maxRows
?:
number
;
}
Index
Properties
columns
indexes?
is
Root?
max
Rows?
Properties
columns
columns
:
Record
<
string
,
ColumnSchema
>
Optional
indexes
indexes
?:
string
[]
[]
Optional
is
Root
isRoot
?:
boolean
Optional
max
Rows
maxRows
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
indexes
is
Root
max
Rows
node-ovsdb
Loading...
Table schema metadata.