Type alias ClusterRebalanceMove

ClusterRebalanceMove: {
    collection: number;
    from: string;
    isLeader: boolean;
    shard: string;
    to: string;
}

Type declaration

  • collection: number

    Collection ID of the collection the shard belongs to.

  • from: string

    The server name from which to move.

  • isLeader: boolean

    True if this is a leader move shard operation.

  • shard: string

    Shard ID of the shard to be moved.

  • to: string

    The ID of the destination server.

Generated using TypeDoc