CollectionParams$json top-level constant

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

Implementation

@$core.Deprecated('Use collectionParamsDescriptor instead')
const CollectionParams$json = {
  '1': 'CollectionParams',
  '2': [
    {'1': 'shard_number', '3': 3, '4': 1, '5': 13, '10': 'shardNumber'},
    {'1': 'on_disk_payload', '3': 4, '4': 1, '5': 8, '10': 'onDiskPayload'},
    {'1': 'vectors_config', '3': 5, '4': 1, '5': 11, '6': '.qdrant.VectorsConfig', '9': 0, '10': 'vectorsConfig', '17': true},
    {'1': 'replication_factor', '3': 6, '4': 1, '5': 13, '9': 1, '10': 'replicationFactor', '17': true},
    {'1': 'write_consistency_factor', '3': 7, '4': 1, '5': 13, '9': 2, '10': 'writeConsistencyFactor', '17': true},
    {'1': 'read_fan_out_factor', '3': 8, '4': 1, '5': 13, '9': 3, '10': 'readFanOutFactor', '17': true},
    {'1': 'sharding_method', '3': 9, '4': 1, '5': 14, '6': '.qdrant.ShardingMethod', '9': 4, '10': 'shardingMethod', '17': true},
    {'1': 'sparse_vectors_config', '3': 10, '4': 1, '5': 11, '6': '.qdrant.SparseVectorConfig', '9': 5, '10': 'sparseVectorsConfig', '17': true},
  ],
  '8': [
    {'1': '_vectors_config'},
    {'1': '_replication_factor'},
    {'1': '_write_consistency_factor'},
    {'1': '_read_fan_out_factor'},
    {'1': '_sharding_method'},
    {'1': '_sparse_vectors_config'},
  ],
  '9': [
    {'1': 1, '2': 2},
    {'1': 2, '2': 3},
  ],
};