ReadConsistency$json top-level constant

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

Implementation

@$core.Deprecated('Use readConsistencyDescriptor instead')
const ReadConsistency$json = {
  '1': 'ReadConsistency',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.qdrant.ReadConsistencyType', '9': 0, '10': 'type'},
    {'1': 'factor', '3': 2, '4': 1, '5': 4, '9': 0, '10': 'factor'},
  ],
  '8': [
    {'1': 'value'},
  ],
};