CollectionInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use collectionInfoDescriptor instead')
const CollectionInfo$json = {
  '1': 'CollectionInfo',
  '2': [
    {'1': 'status', '3': 1, '4': 1, '5': 14, '6': '.qdrant.CollectionStatus', '10': 'status'},
    {'1': 'optimizer_status', '3': 2, '4': 1, '5': 11, '6': '.qdrant.OptimizerStatus', '10': 'optimizerStatus'},
    {'1': 'vectors_count', '3': 3, '4': 1, '5': 4, '9': 0, '10': 'vectorsCount', '17': true},
    {'1': 'segments_count', '3': 4, '4': 1, '5': 4, '10': 'segmentsCount'},
    {'1': 'config', '3': 7, '4': 1, '5': 11, '6': '.qdrant.CollectionConfig', '10': 'config'},
    {'1': 'payload_schema', '3': 8, '4': 3, '5': 11, '6': '.qdrant.CollectionInfo.PayloadSchemaEntry', '10': 'payloadSchema'},
    {'1': 'points_count', '3': 9, '4': 1, '5': 4, '9': 1, '10': 'pointsCount', '17': true},
    {'1': 'indexed_vectors_count', '3': 10, '4': 1, '5': 4, '9': 2, '10': 'indexedVectorsCount', '17': true},
  ],
  '3': [CollectionInfo_PayloadSchemaEntry$json],
  '8': [
    {'1': '_vectors_count'},
    {'1': '_points_count'},
    {'1': '_indexed_vectors_count'},
  ],
  '9': [
    {'1': 5, '2': 6},
    {'1': 6, '2': 7},
  ],
};