queryStringLength property

int? queryStringLength
getter/setter pair

Maximum query length stored in bytes.

Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.

Implementation

core.int? queryStringLength;