couchbase
    Preparing search index...

    Interface TransactionKeyspace

    Specifies the configuration options for a Transaction Keyspace.

    interface TransactionKeyspace {
        bucket: string;
        collection?: string;
        scope?: string;
    }
    Index

    Properties

    bucket: string

    The name of the bucket for the Keyspace.

    collection?: string

    The name of the collection for the Keyspace.

    scope?: string

    The name of the scope for the Keyspace.