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

    Interface Capella

    Capella

    interface Capella {
        config: CAPELLAAuthConfig;
        name: string;
        type: "CAPELLA";
    }
    Index

    Properties

    Properties

    Capella

    name: string

    Name of the connector

    Capella

    type: "CAPELLA"

    Connector type (must be "CAPELLA")

    Capella