MLE SQL Driver(mle-js-oracledb-common)
    Preparing search index...

    Interface ICreateCollectionOptions

    SodaDatabase.createCollection() options. The metadata must conform to the JSON object layout specified in the Oracle Database "SODA Collection Metadata Components (Reference)" documentation.

    interface ICreateCollectionOptions {
        metaData?: Record<string, any>;
        mode?: number;
    }
    Index

    Properties

    Properties

    metaData?: Record<string, any>
    mode?: number