StrictModeConfig
constructor(enabled: Boolean? = null, maxQueryLimit: Int? = null, maxTimeout: Int? = null, unindexedFilteringRetrieve: Boolean? = null, unindexedFilteringUpdate: Boolean? = null, searchMaxHnswEf: Int? = null, searchAllowExact: Boolean? = null, upsertMaxBatchSize: Int? = null, searchMaxBatchSize: Int? = null, readRateLimit: Int? = null, writeRateLimit: Int? = null, maxPointsCount: Long? = null, filterMaxConditions: Int? = null, maxDiskUsagePercent: Int? = null, maxResidentMemoryPercent: Int? = null)