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

    Interface WebCrawler

    WebCrawler

    interface WebCrawler {
        config: WEBCRAWLERAuthConfig;
        name: string;
        type: "WEB_CRAWLER";
    }
    Index

    Properties

    Properties

    WebCrawler

    name: string

    Name of the connector

    WebCrawler

    type: "WEB_CRAWLER"

    Connector type (must be "WEB_CRAWLER")

    WebCrawler