CollectionClusterInfo
@Serializable
How a collection's shards are distributed right now, as the answering peer sees it.
Constructors
Link copied to clipboard
constructor(peerId: Long, shardCount: Int = 0, localShards: List<LocalShardInfo> = emptyList(), remoteShards: List<RemoteShardInfo> = emptyList(), shardTransfers: List<ShardTransferInfo> = emptyList())