Show / Hide Table of Contents

Class CouchbaseLinkedService

Couchbase server linked service.

Inheritance
System.Object
LinkedService
CouchbaseLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CouchbaseLinkedService/CouchbaseLinkedServiceConverter))]
public class CouchbaseLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

CouchbaseLinkedService()

Initializes a new instance of CouchbaseLinkedService.

Declaration
public CouchbaseLinkedService ();

Properties

ConnectionString

An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

Declaration
public object ConnectionString { get; set; }
Property Value
System.Object

CredString

The Azure key vault secret reference of credString in connection string.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference CredString { get; set; }
Property Value
AzureKeyVaultSecretReference

EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Declaration
public object EncryptedCredential { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET