WaitForShardStateRequest$json top-level constant
- @Deprecated('Use waitForShardStateRequestDescriptor instead')
Implementation
@$core.Deprecated('Use waitForShardStateRequestDescriptor instead')
const WaitForShardStateRequest$json = {
'1': 'WaitForShardStateRequest',
'2': [
{'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
{'1': 'shard_id', '3': 2, '4': 1, '5': 13, '10': 'shardId'},
{'1': 'state', '3': 3, '4': 1, '5': 14, '6': '.qdrant.ReplicaState', '10': 'state'},
{'1': 'timeout', '3': 4, '4': 1, '5': 4, '10': 'timeout'},
],
};