UpdateCollection$json top-level constant

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

Implementation

@$core.Deprecated('Use updateCollectionDescriptor instead')
const UpdateCollection$json = {
  '1': 'UpdateCollection',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'optimizers_config', '3': 2, '4': 1, '5': 11, '6': '.qdrant.OptimizersConfigDiff', '9': 0, '10': 'optimizersConfig', '17': true},
    {'1': 'timeout', '3': 3, '4': 1, '5': 4, '9': 1, '10': 'timeout', '17': true},
    {'1': 'params', '3': 4, '4': 1, '5': 11, '6': '.qdrant.CollectionParamsDiff', '9': 2, '10': 'params', '17': true},
    {'1': 'hnsw_config', '3': 5, '4': 1, '5': 11, '6': '.qdrant.HnswConfigDiff', '9': 3, '10': 'hnswConfig', '17': true},
    {'1': 'vectors_config', '3': 6, '4': 1, '5': 11, '6': '.qdrant.VectorsConfigDiff', '9': 4, '10': 'vectorsConfig', '17': true},
    {'1': 'quantization_config', '3': 7, '4': 1, '5': 11, '6': '.qdrant.QuantizationConfigDiff', '9': 5, '10': 'quantizationConfig', '17': true},
    {'1': 'sparse_vectors_config', '3': 8, '4': 1, '5': 11, '6': '.qdrant.SparseVectorConfig', '9': 6, '10': 'sparseVectorsConfig', '17': true},
    {'1': 'strict_mode_config', '3': 9, '4': 1, '5': 11, '6': '.qdrant.StrictModeConfig', '9': 7, '10': 'strictModeConfig', '17': true},
  ],
  '8': [
    {'1': '_optimizers_config'},
    {'1': '_timeout'},
    {'1': '_params'},
    {'1': '_hnsw_config'},
    {'1': '_vectors_config'},
    {'1': '_quantization_config'},
    {'1': '_sparse_vectors_config'},
    {'1': '_strict_mode_config'},
  ],
};