CosmosDbMongoDbApiLinkedServiceResponse

data class CosmosDbMongoDbApiLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val database: Any, val description: String? = null, val isServerVersionAbove32: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String)

Linked service for CosmosDB (MongoDB API) data source.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, database: Any, description: String? = null, isServerVersionAbove32: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with resultType string).

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

Whether the CosmosDB (MongoDB API) server version is higher than 3.2. The default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'CosmosDbMongoDbApi'.