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

    Interface Sharepoint

    Sharepoint

    interface Sharepoint {
        config: SHAREPOINTAuthConfig;
        name: string;
        type: "SHAREPOINT";
    }
    Index

    Properties

    Properties

    Sharepoint

    name: string

    Name of the connector

    Sharepoint

    type: "SHAREPOINT"

    Connector type (must be "SHAREPOINT")

    Sharepoint