Skip to content

Commit 05fa337

Browse files
committed
docs: document new setting
1 parent d0c0ef8 commit 05fa337

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ROOT/pages/source/configuration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ Requires both `neo4j.query.streaming-property` to be in the result set, and `$la
131131
| neo4j.query.streaming-property
132132
| Property name that is both present in the result set of the specified query and used as a filter to query changes from a previous value.
133133

134+
| neo4j.query.force-maps-as-struct
135+
| In `COMPACT` mode, this forces the schema encoding of map values to be structs (default: `true`). Setting the value to `false` will only affect the schema encoding of maps with homogeneous value types. Note that the Protobuf converter does not support map message types.
136+
134137
Default: `timestamp`
135138

136139
| neo4j.query.poll-duration

0 commit comments

Comments
 (0)