@vectorize-io/vectorize-client
    Preparing search index...

    Interface CAPELLAAuthConfig

    Authentication configuration for Couchbase Capella

    CAPELLAAuthConfig

    interface CAPELLAAuthConfig {
        connectionString: string;
        password: string;
        username: string;
    }
    Index

    Properties

    connectionString: string

    Connection String. Example: Enter your connection string

    CAPELLAAuthConfig

    password: string

    Cluster Access Password. Example: Enter your cluster access password

    CAPELLAAuthConfig

    username: string

    Cluster Access Name. Example: Enter your cluster access name

    CAPELLAAuthConfig