ChildSeparator Parameter (Connect-Couchbase Cmdlet)
The character or characters used to denote child tables.
Syntax
Connect-Couchbase -ChildSeparator string
Data Type
cstr
Default Value
"_"
Remarks
When creating a child table for an array underneath a bucket, the cmdlet 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"} ] }