Class CosmosDbMongoDbApiLinkedServiceResponse


  • public final class CosmosDbMongoDbApiLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • connectionString

        public java.lang.Object connectionString()
        Returns:
        The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
      • database

        public java.lang.Object database()
        Returns:
        The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with resultType string).
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Linked service description.
      • isServerVersionAbove32

        public java.util.Optional<java.lang.Object> isServerVersionAbove32()
        Returns:
        Whether the CosmosDB (MongoDB API) server version is higher than 3.2. The default value is false. Type: boolean (or Expression with resultType boolean).
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'CosmosDbMongoDbApi'.