FlavorSeparator Parameter (Connect-Couchbase Cmdlet)
The character or characters used to denote flavors.
Syntax
Connect-Couchbase -FlavorSeparator string
Data Type
cstr
Default Value
"."
Remarks
When the cmdlet detects a flavored table, using either a DocType or Infer TypeDetectionScheme, it names flavored tables by concatenating the underlying bucket name, this seprator, and the value of the bucket's primary flavor.
For example, if the cmdlet detects the flavor "docType = 'beer'" on the "beer-sample" bucket, then it will generate the table "beer-sample.beer" which contains only documents in "beer-sample" which have the "beer" doctype.