Framework
DEFAULT SAFETY CONFIG
Variable: DEFAULT_SAFETY_CONFIG
const DEFAULT_SAFETY_CONFIG: {
maxBulkOperationWithoutWhere: 100;
maxDefaultResults: 1000;
warnResultsThreshold: 1000;
} = DEFAULT_SAFETY_LIMITS;Alias for safety config (used by query operations).
