weaviate-client
    Preparing search index...

    Type Alias ReplicateArgs

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

    Properties

    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.