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

    Type Alias ClusterRuntimeBackupState

    The checkpoint and backup state of each physical tenant. Nothing is aggregated across tenants: checkpoint ids and log positions only mean anything within one tenant's partitions.

    type ClusterRuntimeBackupState = {
        physicalTenants: ClusterRuntimeBackupTenantState[];
    }
    Index

    The runtime backup state of each targeted physical tenant, ordered by physical tenant id.