Constants§
- ID_
CHARS - The characters which are supported in server record IDs.
- PROTECTED_
PARAM_ NAMES - Specifies the names of parameters which can not be specified in a query.
- SERVER_
NAME - The publicly visible name of the server
Statics§
- COUNT_
BATCH_ SIZE - The maximum number of keys that should be scanned at once for count queries.
- DATASTORE_
CACHE_ SIZE - Specifies the number of definitions which can be cached across transactions.
- EXPORT_
BATCH_ SIZE - The maximum number of keys that should be scanned at once for export queries.
- EXTERNAL_
SORTING_ BUFFER_ LIMIT - Specifies the buffer limit for external sorting.
- GENERATION_
ALLOCATION_ LIMIT - Used to limit allocation for builtin functions
- IDIOM_
RECURSION_ LIMIT - Used to limit allocation for builtin functions
- INDEXING_
BATCH_ SIZE - The maximum number of keys that should be scanned at once per concurrent indexing batch.
- INSECURE_
FORWARD_ ACCESS_ ERRORS - Forward all signup/signin/authenticate query errors to a client performing authentication. Do not use in production.
- MAX_
COMPUTATION_ DEPTH - Specifies how deep computation recursive call will go before en error is returned.
- MAX_
CONCURRENT_ TASKS - Specifies how many concurrent jobs can be buffered in the worker channel.
- MAX_
OBJECT_ PARSING_ DEPTH - Specifies how deep the parser will parse nested objects and arrays in a query.
- MAX_
ORDER_ LIMIT_ PRIORITY_ QUEUE_ SIZE - The maximum size of the priority queue triggering usage of the priority queue for the result collector.
- MAX_
QUERY_ PARSING_ DEPTH - Specifies how deep the parser will parse recursive queries (queries within queries).
- MEMORY_
THRESHOLD - NORMAL_
FETCH_ SIZE - The maximum number of keys that should be scanned at once in general queries.
- REGEX_
CACHE_ SIZE - Specifies the number of computed regexes which can be cached in the engine.
- SCRIPTING_
MAX_ MEMORY_ LIMIT - The maximum memory limit of the JavaScript function runtime (defaults to 2 MiB).
- SCRIPTING_
MAX_ STACK_ SIZE - The maximum stack size of the JavaScript function runtime (defaults to 256 KiB)
- TRANSACTION_
CACHE_ SIZE - Specifies the number of items which can be cached within a single transaction.