@squidcloud/client
    Preparing search index...

    Interface SquidDocIdObj

    The full document identifier, combining collection name, document ID, and integration ID.

    interface SquidDocIdObj {
        collectionName: string;
        docId: string;
        integrationId: string;
    }
    Index

    Properties

    collectionName: string

    The name of the collection containing the document.

    docId: string

    The unique identifier of the document within the collection.

    integrationId: string

    The ID of the integration associated with the document.