mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Documented MaxPageSize (#9)
This commit is contained in:
		@@ -110,7 +110,8 @@ Then you can add the configuration:
 | 
			
		||||
{
 | 
			
		||||
    "Sieve": {
 | 
			
		||||
        "CaseSensitive": `boolean: should property names be case-sensitive? Defaults to false`,
 | 
			
		||||
        "DefaultPageSize": `number: optional number to fallback to when no page argument is given. Set <=0 to disable paging if no pageSize is specified (default).`,
 | 
			
		||||
        "DefaultPageSize": `int number: optional number to fallback to when no page argument is given. Set <=0 to disable paging if no pageSize is specified (default).`,
 | 
			
		||||
        "MaxPageSize": `int number: maximum allowed page size. Set <0 to make infinite (default)`,
 | 
			
		||||
        "ThrowExceptions": `boolean: should Sieve throw exceptions instead of silently failing? Defaults to false`
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user