CouchbaseService Parameter (Connect-Couchbase Cmdlet)
Determines the Couchbase service to connect to. Default is N1QL. Available options are N1QL and Analytics.
Syntax
Connect-Couchbase -CouchbaseService string
Possible Values
N1QL, AnalyticsData Type
cstr
Default Value
"N1QL"
Remarks
Determines the Couchbase service to connect to. Default is N1QL. Available options are N1QL and Analytics
This is a required parameter.