StrictModeConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use strictModeConfigDescriptor instead')
const StrictModeConfig$json = {
  '1': 'StrictModeConfig',
  '2': [
    {'1': 'enabled', '3': 1, '4': 1, '5': 8, '9': 0, '10': 'enabled', '17': true},
    {'1': 'max_query_limit', '3': 2, '4': 1, '5': 13, '9': 1, '10': 'maxQueryLimit', '17': true},
    {'1': 'max_timeout', '3': 3, '4': 1, '5': 13, '9': 2, '10': 'maxTimeout', '17': true},
    {'1': 'unindexed_filtering_retrieve', '3': 4, '4': 1, '5': 8, '9': 3, '10': 'unindexedFilteringRetrieve', '17': true},
    {'1': 'unindexed_filtering_update', '3': 5, '4': 1, '5': 8, '9': 4, '10': 'unindexedFilteringUpdate', '17': true},
    {'1': 'search_max_hnsw_ef', '3': 6, '4': 1, '5': 13, '9': 5, '10': 'searchMaxHnswEf', '17': true},
    {'1': 'search_allow_exact', '3': 7, '4': 1, '5': 8, '9': 6, '10': 'searchAllowExact', '17': true},
    {'1': 'search_max_oversampling', '3': 8, '4': 1, '5': 2, '9': 7, '10': 'searchMaxOversampling', '17': true},
    {'1': 'upsert_max_batchsize', '3': 9, '4': 1, '5': 4, '9': 8, '10': 'upsertMaxBatchsize', '17': true},
    {'1': 'max_collection_vector_size_bytes', '3': 10, '4': 1, '5': 4, '9': 9, '10': 'maxCollectionVectorSizeBytes', '17': true},
    {'1': 'read_rate_limit', '3': 11, '4': 1, '5': 13, '9': 10, '10': 'readRateLimit', '17': true},
    {'1': 'write_rate_limit', '3': 12, '4': 1, '5': 13, '9': 11, '10': 'writeRateLimit', '17': true},
    {'1': 'max_collection_payload_size_bytes', '3': 13, '4': 1, '5': 4, '9': 12, '10': 'maxCollectionPayloadSizeBytes', '17': true},
    {'1': 'filter_max_conditions', '3': 14, '4': 1, '5': 4, '9': 13, '10': 'filterMaxConditions', '17': true},
    {'1': 'condition_max_size', '3': 15, '4': 1, '5': 4, '9': 14, '10': 'conditionMaxSize', '17': true},
    {'1': 'multivector_config', '3': 16, '4': 1, '5': 11, '6': '.qdrant.StrictModeMultivectorConfig', '9': 15, '10': 'multivectorConfig', '17': true},
    {'1': 'sparse_config', '3': 17, '4': 1, '5': 11, '6': '.qdrant.StrictModeSparseConfig', '9': 16, '10': 'sparseConfig', '17': true},
    {'1': 'max_points_count', '3': 18, '4': 1, '5': 4, '9': 17, '10': 'maxPointsCount', '17': true},
  ],
  '8': [
    {'1': '_enabled'},
    {'1': '_max_query_limit'},
    {'1': '_max_timeout'},
    {'1': '_unindexed_filtering_retrieve'},
    {'1': '_unindexed_filtering_update'},
    {'1': '_search_max_hnsw_ef'},
    {'1': '_search_allow_exact'},
    {'1': '_search_max_oversampling'},
    {'1': '_upsert_max_batchsize'},
    {'1': '_max_collection_vector_size_bytes'},
    {'1': '_read_rate_limit'},
    {'1': '_write_rate_limit'},
    {'1': '_max_collection_payload_size_bytes'},
    {'1': '_filter_max_conditions'},
    {'1': '_condition_max_size'},
    {'1': '_multivector_config'},
    {'1': '_sparse_config'},
    {'1': '_max_points_count'},
  ],
};