ADO.NET Provider for Couchbase

Build 23.0.8839

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to Couchbase.
UserThe Couchbase user account used to authenticate.
PasswordThe password used to authenticate the user.
CredentialsFileUse this property if you need to provide credentials for multiple users or buckets. This file takes priority over other forms of authentication.
ServerThe address of the Couchbase server or servers to which you are connecting.
CouchbaseServiceDetermines the Couchbase service to connect to. Default is N1QL. Available options are N1QL and Analytics.
ConnectionModeDetermines how to connect to the Couchbase server. Must be either Direct or Cloud.
DNSServerDetermines what DNS server to use when retrieving Couchbase Capella information.
N1QLPortThe port or URL for connecting to the Couchbase N1QL Endpoint.
AnalyticsPortThe port or URL for connecting to the Couchbase Analytics Endpoint.
WebConsolePortThe port or URL for connecting to the Couchbase Web Console.

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