LookupLocation$json top-level constant

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

Implementation

@$core.Deprecated('Use lookupLocationDescriptor instead')
const LookupLocation$json = {
  '1': 'LookupLocation',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'vector_name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'vectorName', '17': true},
    {'1': 'shard_key_selector', '3': 3, '4': 1, '5': 11, '6': '.qdrant.ShardKeySelector', '9': 1, '10': 'shardKeySelector', '17': true},
  ],
  '8': [
    {'1': '_vector_name'},
    {'1': '_shard_key_selector'},
  ],
};