Interface for a key-value database table layout.

interface IDatabaseTableLayout {
    indexes?: IDatabaseTableIndex[];
}

Properties

Properties

The secondary indexes for the table.

Generated using TypeDoc