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

    Type Alias ClusterRuntimeBackupTenantState

    The checkpoint and backup state of one physical tenant.

    type ClusterRuntimeBackupTenantState = {
        physicalTenantId: string;
        state: RuntimeBackupState;
    }
    Index
    physicalTenantId: string

    The id of the physical tenant.

    The checkpoint and backup state of this physical tenant's partitions.