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

    Type Alias ClusterRestorePartitionRestoreOperation

    The operation that restores a single partition from the backups resolved for it.

    type ClusterRestorePartitionRestoreOperation = {
        backupIds: number[];
        brokerId: string;
        operation: string;
        partitionId: number;
    }
    Index
    backupIds: number[]

    The IDs of the backups the partition is restored from.

    brokerId: string

    The ID of the broker that applies the operation, including its zone if it belongs to one.

    operation: string

    The type of the operation.

    partitionId: number

    The partition the operation restores.