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

    Type Alias ClusterRestorePartitionOperation

    A restore operation that targets a single partition without restoring it, such as the one that prepares the partition for its restore.

    type ClusterRestorePartitionOperation = {
        brokerId: string;
        operation: string;
        partitionId: number;
    }
    Index
    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 applies to.