@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DocumentReference

    type DocumentReference = {
        "camunda.document.type": "camunda";
        contentHash: string | null;
        documentId: DocumentId;
        metadata: DocumentMetadataResponse;
        storeId: string;
    }
    Index

    Properties

    "camunda.document.type": "camunda"

    Document discriminator. Always set to "camunda".

    contentHash: string | null

    The hash of the document.

    documentId: DocumentId

    The ID of the document.

    storeId: string

    The ID of the document store.