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

    Interface Elastic

    Elastic

    interface Elastic {
        config: ELASTICAuthConfig;
        name: string;
        type: "ELASTIC";
    }
    Index

    Properties

    Properties

    Elastic

    name: string

    Name of the connector

    Elastic

    type: "ELASTIC"

    Connector type (must be "ELASTIC")

    Elastic