mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-25 06:43:34 +01:00
parent
dfe3e9aabe
commit
9317e58fc1
@ -111,7 +111,7 @@ Then you can add the configuration:
|
|||||||
"Sieve": {
|
"Sieve": {
|
||||||
"CaseSensitive": `boolean: should property names be case-sensitive? Defaults to false`,
|
"CaseSensitive": `boolean: should property names be case-sensitive? Defaults to false`,
|
||||||
"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).`,
|
"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)`,
|
"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`
|
"ThrowExceptions": `boolean: should Sieve throw exceptions instead of silently failing? Defaults to false`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user