SearchBatchPoints$json top-level constant

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

Implementation

@$core.Deprecated('Use searchBatchPointsDescriptor instead')
const SearchBatchPoints$json = {
  '1': 'SearchBatchPoints',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'search_points', '3': 2, '4': 3, '5': 11, '6': '.qdrant.SearchPoints', '10': 'searchPoints'},
    {'1': 'read_consistency', '3': 3, '4': 1, '5': 11, '6': '.qdrant.ReadConsistency', '9': 0, '10': 'readConsistency', '17': true},
    {'1': 'timeout', '3': 4, '4': 1, '5': 4, '9': 1, '10': 'timeout', '17': true},
  ],
  '8': [
    {'1': '_read_consistency'},
    {'1': '_timeout'},
  ],
};