Class Query (1.24.1)

Query(value)

Preset option controlling parameters for query speed-precision trade-off

Values: PRECISE (0): More precise neighbors as a trade-off against slower response. This is also the default value (field-number 0). FAST (1): Faster response as a trade-off against less precise neighbors.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > Query