HdfsLinkedService |
HdfsLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
HdfsLinkedService |
HdfsLinkedService.withAuthenticationType(Object authenticationType) |
Set the authenticationType property: Type of authentication used to connect to the HDFS.
|
HdfsLinkedService |
HdfsLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
HdfsLinkedService |
HdfsLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
HdfsLinkedService |
HdfsLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
HdfsLinkedService |
HdfsLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
HdfsLinkedService |
HdfsLinkedService.withPassword(SecretBase password) |
Set the password property: Password for Windows authentication.
|
HdfsLinkedService |
HdfsLinkedService.withUrl(Object url) |
Set the url property: The URL of the HDFS service endpoint, e.g.
|
HdfsLinkedService |
HdfsLinkedService.withUsername(Object username) |
Set the username property: User name for Windows authentication.
|