Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class CouchbaseRemoteAnalyticsLink.EncryptionSettings

Inheritance
object
CouchbaseRemoteAnalyticsLink.EncryptionSettings
Implements
IEquatable<CouchbaseRemoteAnalyticsLink.EncryptionSettings>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Couchbase.Management.Analytics.Link
Assembly: Couchbase.NetClient.dll
Syntax
public record CouchbaseRemoteAnalyticsLink.EncryptionSettings : IEquatable<CouchbaseRemoteAnalyticsLink.EncryptionSettings>

Constructors

View Source

EncryptionSettings(EncryptionLevel)

Declaration
public EncryptionSettings(CouchbaseRemoteAnalyticsLink.EncryptionLevel EncryptionLevel)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionLevel EncryptionLevel
View Source

EncryptionSettings(EncryptionSettings)

Declaration
protected EncryptionSettings(CouchbaseRemoteAnalyticsLink.EncryptionSettings original)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionSettings original

Properties

View Source

Certificate

Declaration
public string? Certificate { get; init; }
Property Value
Type Description
string
View Source

ClientCertificate

Declaration
public string? ClientCertificate { get; init; }
Property Value
Type Description
string
View Source

ClientKey

Declaration
public string? ClientKey { get; init; }
Property Value
Type Description
string
View Source

EncryptionLevel

Declaration
public CouchbaseRemoteAnalyticsLink.EncryptionLevel EncryptionLevel { get; init; }
Property Value
Type Description
CouchbaseRemoteAnalyticsLink.EncryptionLevel
View Source

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type

Methods

View Source

Deconstruct(out EncryptionLevel)

Declaration
public void Deconstruct(out CouchbaseRemoteAnalyticsLink.EncryptionLevel EncryptionLevel)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionLevel EncryptionLevel
View Source

Equals(EncryptionSettings?)

Declaration
public virtual bool Equals(CouchbaseRemoteAnalyticsLink.EncryptionSettings? other)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionSettings other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
View Source

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

View Source

operator ==(EncryptionSettings?, EncryptionSettings?)

Declaration
public static bool operator ==(CouchbaseRemoteAnalyticsLink.EncryptionSettings? left, CouchbaseRemoteAnalyticsLink.EncryptionSettings? right)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionSettings left
CouchbaseRemoteAnalyticsLink.EncryptionSettings right
Returns
Type Description
bool
View Source

operator !=(EncryptionSettings?, EncryptionSettings?)

Declaration
public static bool operator !=(CouchbaseRemoteAnalyticsLink.EncryptionSettings? left, CouchbaseRemoteAnalyticsLink.EncryptionSettings? right)
Parameters
Type Name Description
CouchbaseRemoteAnalyticsLink.EncryptionSettings left
CouchbaseRemoteAnalyticsLink.EncryptionSettings right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.