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

    Type Alias DocumentReference

    type DocumentReference = {
        "camunda.document.type"?: "camunda";
        contentHash?: string;
        documentId?: DocumentId;
        metadata?: DocumentMetadata;
        storeId?: string;
    }
    Index

    Properties

    "camunda.document.type"?: "camunda"

    Document discriminator. Always set to "camunda".

    contentHash?: string

    The hash of the document.

    documentId?: DocumentId

    The ID of the document.

    metadata?: DocumentMetadata
    storeId?: string

    The ID of the document store.