MDAA TS Docs
    Preparing search index...

    Configuration for a namespace within a table bucket.

    interface NamespaceConfig {
        tables: { [tableName: string]: TableConfig };
    }
    Index

    Properties

    Properties

    tables: { [tableName: string]: TableConfig }

    Map of table names to their configurations within this namespace.