CollectionClusterInfoResponse$json top-level constant
- @Deprecated('Use collectionClusterInfoResponseDescriptor instead')
Map<String, Object>
const
CollectionClusterInfoResponse$json
Implementation
@$core.Deprecated('Use collectionClusterInfoResponseDescriptor instead')
const CollectionClusterInfoResponse$json = {
'1': 'CollectionClusterInfoResponse',
'2': [
{'1': 'peer_id', '3': 1, '4': 1, '5': 4, '10': 'peerId'},
{'1': 'shard_count', '3': 2, '4': 1, '5': 4, '10': 'shardCount'},
{'1': 'local_shards', '3': 3, '4': 3, '5': 11, '6': '.qdrant.LocalShardInfo', '10': 'localShards'},
{'1': 'remote_shards', '3': 4, '4': 3, '5': 11, '6': '.qdrant.RemoteShardInfo', '10': 'remoteShards'},
{'1': 'shard_transfers', '3': 5, '4': 3, '5': 11, '6': '.qdrant.ShardTransferInfo', '10': 'shardTransfers'},
{'1': 'resharding_operations', '3': 6, '4': 3, '5': 11, '6': '.qdrant.ReshardingInfo', '10': 'reshardingOperations'},
],
};