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

    Interface Gcs

    Gcs

    interface Gcs {
        config: GCSAuthConfig;
        name: string;
        type: "GCS";
    }
    Index

    Properties

    Properties

    Gcs

    name: string

    Name of the connector

    Gcs

    type: "GCS"

    Connector type (must be "GCS")

    Gcs