Documentation

CouchbaseRemoteAnalyticsLink extends AnalyticsLink
in package

Table of Contents

$dataverseName  : string
$encryption  : CouchbaseAnalyticsEncryptionSettings|null
$hostname  : string
$name  : string
$password  : string|null
$username  : string|null
__construct()  : mixed
build()  : CouchbaseRemoteAnalyticsLink
Static helper to keep code more readable
dataverseName()  : string
Gets the name of the dataverse to which this link belongs to.
linkType()  : string
Gets the link type. One of "couchbase", "s3" or "azureblob"
name()  : string
Gets the name of the link
setEncryption()  : CouchbaseRemoteAnalyticsLink
Sets settings for connection encryption
setPassword()  : CouchbaseRemoteAnalyticsLink
Sets the password to use for authentication with the remote cluster.
setUsername()  : CouchbaseRemoteAnalyticsLink
Sets the username to use for authentication with the remote cluster.

Properties

Methods

__construct()

public __construct(string $name, string $dataverseName, string $hostname) : mixed
Parameters
$name : string
$dataverseName : string
$hostname : string
Return values
mixed

dataverseName()

Gets the name of the dataverse to which this link belongs to.

public dataverseName() : string
Tags
inheritdoc
Return values
string

linkType()

Gets the link type. One of "couchbase", "s3" or "azureblob"

public linkType() : string
Tags
inheritdoc
Return values
string

        

Search results