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

    Interface AzureBlob

    AzureBlob

    interface AzureBlob {
        config: AZUREBLOBAuthConfig;
        name: string;
        type: "AZURE_BLOB";
    }
    Index

    Properties

    Properties

    AzureBlob

    name: string

    Name of the connector

    AzureBlob

    type: "AZURE_BLOB"

    Connector type (must be "AZURE_BLOB")

    AzureBlob