Cmdlets for Couchbase

Build 24.0.9060

DataverseSeparator Parameter (Connect-Couchbase Cmdlet)

The character or characters used to denote Analytics dataverses and scopes/collections.

Syntax

Connect-Couchbase -DataverseSeparator string

Data Type

cstr

Default Value

"."

Remarks

When using the Analytics serivce, the cmdlet will scan all datasets from all available dataverses. To avoid potential name conflicts, it will include the dataverse name and the dataset name in the generated table name.

By default this is set to ".", so that if there is a dataset called "users" on the "Default" dataverse, then the table generated will be "Default.users".

This property is also used when generating table names for collections (on both N1QL and Analytics) on Couchbase 7 and later. For example, a bucket called "users" that has two collections called "active" and "inactive" under the "status" scope would be detected as the tables "users.status.active" and "users.status.inactive".

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060