TDV Adapter for Couchbase

Build 22.0.8462

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 adapter 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"}
  ]
}

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462