Cmdlets for Couchbase

Build 24.0.9062

AnalyticsPort Parameter (Connect-Couchbase Cmdlet)

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

Syntax

Connect-Couchbase -AnalyticsPort string

Data Type

cstr

Default Value

""

Remarks

This port is used for submitting queries when CouchbaseService is set to Analytics. SSL を使用していない場合のデフォルトは8095 で、SSL を使用している場合のデフォルトは18095 になります。UseSSL を参照してください。

This option can be set one of two ways:

  • As a port number like "1234". With this setting the 本製品 will send Analytics queries to the endpoint http://Server:AnalyticsPort/analytics/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 Analytics queries using the endpoint you specify. For example, if you use that URL then Analytics requests will go to http://couchbase.example:1234/proxy/analytics/serivce. Server and UseSSL are ignored for Analytics requests.

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