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

    Interface AZUREBLOBConfig

    Configuration for Azure Blob Storage connector

    AZUREBLOBConfig

    interface AZUREBLOBConfig {
        fileExtensions: AZUREBLOBConfigFileExtensionsEnum;
        idleTime: number;
        pathMetadataRegex?: string;
        pathPrefix?: string;
        pathRegexGroupNames?: string[];
        recursive?: boolean;
    }
    Index

    Properties

    File Extensions

    AZUREBLOBConfig

    idleTime: number

    Polling Interval (seconds)

    AZUREBLOBConfig

    pathMetadataRegex?: string

    Path Metadata Regex

    AZUREBLOBConfig

    pathPrefix?: string

    Path Prefix

    AZUREBLOBConfig

    pathRegexGroupNames?: string[]

    Path Regex Group Names. Example: Enter Group Name

    AZUREBLOBConfig

    recursive?: boolean

    Recursively scan all folders in the bucket

    AZUREBLOBConfig