Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
couchbase::management Namespace Reference

Namespaces

namespace  bucket
 
namespace  cluster
 
namespace  search
 

Classes

struct  analytics_dataset
 Represents a dataset (collection) in the analytics service. More...
 
struct  analytics_index
 Represents an index in the analytics service. More...
 
struct  analytics_link
 
struct  azure_blob_external_analytics_link
 
struct  couchbase_analytics_encryption_settings
 
struct  couchbase_remote_analytics_link
 
struct  query_index
 
struct  s3_external_analytics_link
 

Enumerations

enum  analytics_link_type { s3_external , azure_external , couchbase_remote }
 
enum  analytics_encryption_level { none , half , full }
 

Enumeration Type Documentation

◆ analytics_encryption_level

Enumerator
none 

Connect to the remote Couchbase cluster using an unsecured channel.

Send the password in plaintext.

half 

Connect to the remote Couchbase cluster using an unsecured channel.

Send the password securely using SASL.

full 

Connect to the remote Couchbase cluster using a channel secured by TLS.

If a password is used, it is sent over the secure channel.

Requires specifying the certificate to trust.

◆ analytics_link_type

Enumerator
s3_external 

S3 external analytics link.

Corresponds to a s3_external_analytics_link

azure_external 

Azure external analytics link.

Corresponds to a azure_blob_external_analytics_link

couchbase_remote 

A remote analytics link that uses a Couchbase data service that is not part of the same cluster as the Analytics service.

Corresponds to a couchbase_remote_analytics_link