WaitForShardStateRequest$json top-level constant

  1. @Deprecated('Use waitForShardStateRequestDescriptor instead')
Map<String, Object> const WaitForShardStateRequest$json

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'},
  ],
};