Class FileServerLinkedService


  • public class FileServerLinkedService
    extends LinkedService
    File system linked service.
    • Constructor Detail

      • FileServerLinkedService

        public FileServerLinkedService()
    • Method Detail

      • getHost

        public Object getHost()
        Get the host property: Host name of the server. Type: string (or Expression with resultType string).
        Returns:
        the host value.
      • setHost

        public FileServerLinkedService setHost​(Object host)
        Set the host property: Host name of the server. Type: string (or Expression with resultType string).
        Parameters:
        host - the host value to set.
        Returns:
        the FileServerLinkedService object itself.
      • getUserId

        public Object getUserId()
        Get the userId property: User ID to logon the server. Type: string (or Expression with resultType string).
        Returns:
        the userId value.
      • setUserId

        public FileServerLinkedService setUserId​(Object userId)
        Set the userId property: User ID to logon the server. Type: string (or Expression with resultType string).
        Parameters:
        userId - the userId value to set.
        Returns:
        the FileServerLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: Password to logon the server.
        Returns:
        the password value.
      • setPassword

        public FileServerLinkedService setPassword​(SecretBase password)
        Set the password property: Password to logon the server.
        Parameters:
        password - the password value to set.
        Returns:
        the FileServerLinkedService 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 FileServerLinkedService 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 FileServerLinkedService object itself.
      • setDescription

        public FileServerLinkedService 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 FileServerLinkedService 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.