ChildSeparator
The character or characters used to denote child tables.
Data Type
string
Default Value
"_"
Remarks
When creating a child table for an array underneath a bucket, the driver will generate the name of the child table by concatenating the name of the base table, along with this separator and each path element.
For example, if this document were in the bucket "customers", then the child table for the addresses field would be called "customers_addresses".
{ "addresses": [ {"street": "123 Main St"}, {"street": "424 Pleasant Ct"}, {"street": "719 Blue Way"} ] }