Hdfs Linked Service Response
data class HdfsLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val url: Any, val userName: Any? = null)
Hadoop Distributed File System (HDFS) linked service.
Constructors
Link copied to clipboard
fun HdfsLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, url: Any, userName: Any? = null)