maxStartDepth

@get:JvmName(name = "getMaxStartDepth")
@set:JvmName(name = "setMaxStartDepth")
actual var maxStartDepth: UInt(source)

The maximum start depth for the query.

This prevents cursors from exploring children nodes at a certain depth. Note that if a pattern includes many children, then they will still be checked.

Default: UInt.MAX_VALUE

The maximum start depth for the query.

This prevents cursors from exploring children nodes at a certain depth. Note that if a pattern includes many children, then they will still be checked.

Default: UInt.MAX_VALUE

@get:JvmName(name = "getMaxStartDepth")
@set:JvmName(name = "setMaxStartDepth")
actual var maxStartDepth: UInt(source)

The maximum start depth for the query.

This prevents cursors from exploring children nodes at a certain depth. Note that if a pattern includes many children, then they will still be checked.

Default: UInt.MAX_VALUE

The maximum start depth for the query.

This prevents cursors from exploring children nodes at a certain depth. Note that if a pattern includes many children, then they will still be checked.

Default: UInt.MAX_VALUE