Type alias ReplicateArgs

ReplicateArgs: {
    collection: string;
    replicationType: WeaviateReplicationType;
    shard: string;
    sourceNode: string;
    targetNode: string;
}

Type declaration

  • collection: string

    The name of the collection in which to replicate a shard.

  • replicationType: WeaviateReplicationType

    The type of replication to perform.

  • shard: string

    The name of the shard to replicate.

  • sourceNode: string

    The name of the node from which to replicate the shard.

  • targetNode: string

    The name of the node to which to replicate the shard.