CountPoints$json top-level constant

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

Implementation

@$core.Deprecated('Use countPointsDescriptor instead')
const CountPoints$json = {
  '1': 'CountPoints',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'filter', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Filter', '10': 'filter'},
    {'1': 'exact', '3': 3, '4': 1, '5': 8, '9': 0, '10': 'exact', '17': true},
    {'1': 'read_consistency', '3': 4, '4': 1, '5': 11, '6': '.qdrant.ReadConsistency', '9': 1, '10': 'readConsistency', '17': true},
    {'1': 'shard_key_selector', '3': 5, '4': 1, '5': 11, '6': '.qdrant.ShardKeySelector', '9': 2, '10': 'shardKeySelector', '17': true},
    {'1': 'timeout', '3': 6, '4': 1, '5': 4, '9': 3, '10': 'timeout', '17': true},
  ],
  '8': [
    {'1': '_exact'},
    {'1': '_read_consistency'},
    {'1': '_shard_key_selector'},
    {'1': '_timeout'},
  ],
};