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

    Interface Datastax

    Datastax

    interface Datastax {
        config: DATASTAXAuthConfig;
        name: string;
        type: "DATASTAX";
    }
    Index

    Properties

    Properties

    Datastax

    name: string

    Name of the connector

    Datastax

    type: "DATASTAX"

    Connector type (must be "DATASTAX")

    Datastax