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

    Interface AZUREBLOBAuthConfig

    Authentication configuration for Azure Blob Storage

    AZUREBLOBAuthConfig

    interface AZUREBLOBAuthConfig {
        container: string;
        endpoint?: string;
        storageAccountKey: string;
        storageAccountName: string;
    }
    Index

    Properties

    container: string

    Container. Example: Enter Container Name

    AZUREBLOBAuthConfig

    endpoint?: string

    Endpoint. Example: Enter Endpoint URL

    AZUREBLOBAuthConfig

    storageAccountKey: string

    Storage Account Key. Example: Enter Storage Account Key

    AZUREBLOBAuthConfig

    storageAccountName: string

    Storage Account Name. Example: Enter Storage Account Name

    AZUREBLOBAuthConfig