CreateFieldIndexCollection$json top-level constant

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

Implementation

@$core.Deprecated('Use createFieldIndexCollectionDescriptor instead')
const CreateFieldIndexCollection$json = {
  '1': 'CreateFieldIndexCollection',
  '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': 'field_name', '3': 3, '4': 1, '5': 9, '10': 'fieldName'},
    {'1': 'field_type', '3': 4, '4': 1, '5': 14, '6': '.qdrant.FieldType', '9': 1, '10': 'fieldType', '17': true},
    {'1': 'field_index_params', '3': 5, '4': 1, '5': 11, '6': '.qdrant.PayloadIndexParams', '9': 2, '10': 'fieldIndexParams', '17': true},
    {'1': 'ordering', '3': 6, '4': 1, '5': 11, '6': '.qdrant.WriteOrdering', '9': 3, '10': 'ordering', '17': true},
  ],
  '8': [
    {'1': '_wait'},
    {'1': '_field_type'},
    {'1': '_field_index_params'},
    {'1': '_ordering'},
  ],
};