ODBC Driver for Couchbase

Build 23.0.8839

N1QLPort

Couchbase N1QL Endpoint に接続するポートまたはURL。

データ型

string

デフォルト値

""

解説

This port is used for submitting queries when CouchbaseService is set to N1QL. Any requests to manage indices will also go through this port. SSL を使用していない場合のデフォルトは8093 で、SSL を使用している場合のデフォルトは18093 になります。UseSSL を参照してください。

This option can be set one of two ways:

  • As a port number like "1234". With this setting the 本製品 will send N1QL queries to the endpoint http://Server:N1QLPort/query/service. (or https:// if Server is https:// or UseSSL is enabled).
  • As a full URL like "http://couchbase.example:1234/proxy". With this setting the 本製品 send N1QL queries using the endpoint you specify. For example, if you use that URL then N1QL requests will go to http://couchbase.example:1234/proxy/query/serivce. Server and UseSSL are ignored for N1QL requests.

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