@valon-technologies/gestalt
    Preparing search index...

    Interface CreateIndexRequest

    CreateIndexRequest adds a secondary index to an existing object store.

    interface CreateIndexRequest {
        store: string;
        name: string;
        keyPath: string[];
        unique: boolean;
    }
    Index

    Properties

    store: string
    name: string
    keyPath: string[]
    unique: boolean