CouchbaseRemoteAnalyticsLink
in package
implements
AnalyticsLink
Interfaces, Classes, Traits and Enums
Table of Contents
- dataverse() : CouchbaseRemoteAnalyticsLink
- Sets dataverse this link belongs to
- encryption() : CouchbaseRemoteAnalyticsLink
- Sets settings for connection encryption
- hostname() : CouchbaseRemoteAnalyticsLink
- Sets the hostname of the target Couchbase cluster
- name() : CouchbaseRemoteAnalyticsLink
- Sets name of the link
- password() : CouchbaseRemoteAnalyticsLink
- Sets the password to use for authentication with the remote cluster.
- username() : CouchbaseRemoteAnalyticsLink
- Sets the username to use for authentication with the remote cluster.
Methods
dataverse()
Sets dataverse this link belongs to
public
dataverse(string $dataverse) : CouchbaseRemoteAnalyticsLink
Parameters
- $dataverse : string
Return values
CouchbaseRemoteAnalyticsLink —encryption()
Sets settings for connection encryption
public
encryption(EncryptionSettings $settings) : CouchbaseRemoteAnalyticsLink
Parameters
- $settings : EncryptionSettings
Return values
CouchbaseRemoteAnalyticsLink —hostname()
Sets the hostname of the target Couchbase cluster
public
hostname(string $hostname) : CouchbaseRemoteAnalyticsLink
Parameters
- $hostname : string
Return values
CouchbaseRemoteAnalyticsLink —name()
Sets name of the link
public
name(string $name) : CouchbaseRemoteAnalyticsLink
Parameters
- $name : string
Return values
CouchbaseRemoteAnalyticsLink —password()
Sets the password to use for authentication with the remote cluster.
public
password(string $password) : CouchbaseRemoteAnalyticsLink
Optional if client-certificate authentication is being used.
Parameters
- $password : string
Return values
CouchbaseRemoteAnalyticsLink —username()
Sets the username to use for authentication with the remote cluster.
public
username(string $username) : CouchbaseRemoteAnalyticsLink
Optional if client-certificate authentication is being used.
Parameters
- $username : string