UpdateBatchPoints$json top-level constant

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

Implementation

@$core.Deprecated('Use updateBatchPointsDescriptor instead')
const UpdateBatchPoints$json = {
  '1': 'UpdateBatchPoints',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'wait', '3': 2, '4': 1, '5': 8, '9': 0, '10': 'wait', '17': true},
    {'1': 'operations', '3': 3, '4': 3, '5': 11, '6': '.qdrant.PointsUpdateOperation', '10': 'operations'},
    {'1': 'ordering', '3': 4, '4': 1, '5': 11, '6': '.qdrant.WriteOrdering', '9': 1, '10': 'ordering', '17': true},
  ],
  '8': [
    {'1': '_wait'},
    {'1': '_ordering'},
  ],
};