Interface TableUnknownIndex

A descriptor for an index on a table with an unsupported column type.

interface TableUnknownIndex {
    apiSupport: TableIndexUnsupportedColumnApiSupport;
    column: "UNKNOWN";
}

Properties

Properties

column: "UNKNOWN"