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

    Interface SINGLESTOREAuthConfig

    Authentication configuration for SingleStore

    SINGLESTOREAuthConfig

    interface SINGLESTOREAuthConfig {
        database: string;
        host: string;
        password: string;
        port: number;
        username: string;
    }
    Index

    Properties

    database: string

    Database. Example: Enter the database name

    SINGLESTOREAuthConfig

    host: string

    Host. Example: Enter the host of the deployment

    SINGLESTOREAuthConfig

    password: string

    Password. Example: Enter the username's password

    SINGLESTOREAuthConfig

    port: number

    Port. Example: Enter the port of the deployment

    SINGLESTOREAuthConfig

    username: string

    Username. Example: Enter the username

    SINGLESTOREAuthConfig