Class HdfsLinkedService


  • public class HdfsLinkedService
    extends LinkedService
    Hadoop Distributed File System (HDFS) linked service.
    • Constructor Detail

      • HdfsLinkedService

        public HdfsLinkedService()
    • Method Detail

      • getUrl

        public Object getUrl()
        Get the url property: The URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with resultType string).
        Returns:
        the url value.
      • setUrl

        public HdfsLinkedService setUrl​(Object url)
        Set the url property: The URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with resultType string).
        Parameters:
        url - the url value to set.
        Returns:
        the HdfsLinkedService object itself.
      • getAuthenticationType

        public Object getAuthenticationType()
        Get the authenticationType property: Type of authentication used to connect to the HDFS. Possible values are: Anonymous and Windows. Type: string (or Expression with resultType string).
        Returns:
        the authenticationType value.
      • setAuthenticationType

        public HdfsLinkedService setAuthenticationType​(Object authenticationType)
        Set the authenticationType property: Type of authentication used to connect to the HDFS. Possible values are: Anonymous and Windows. Type: string (or Expression with resultType string).
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the HdfsLinkedService object itself.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • setEncryptedCredential

        public HdfsLinkedService setEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the HdfsLinkedService object itself.
      • getUserName

        public Object getUserName()
        Get the userName property: User name for Windows authentication. Type: string (or Expression with resultType string).
        Returns:
        the userName value.
      • setUserName

        public HdfsLinkedService setUserName​(Object userName)
        Set the userName property: User name for Windows authentication. Type: string (or Expression with resultType string).
        Parameters:
        userName - the userName value to set.
        Returns:
        the HdfsLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: Password for Windows authentication.
        Returns:
        the password value.
      • setPassword

        public HdfsLinkedService setPassword​(SecretBase password)
        Set the password property: Password for Windows authentication.
        Parameters:
        password - the password value to set.
        Returns:
        the HdfsLinkedService object itself.
      • setDescription

        public HdfsLinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        setDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • setAnnotations

        public HdfsLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.