Class LogLocationSettings


  • public final class LogLocationSettings
    extends Object
    Log location settings.
    • Constructor Detail

      • LogLocationSettings

        public LogLocationSettings()
    • Method Detail

      • getLinkedServiceName

        public LinkedServiceReference getLinkedServiceName()
        Get the linkedServiceName property: Log storage linked service reference.
        Returns:
        the linkedServiceName value.
      • setLinkedServiceName

        public LogLocationSettings setLinkedServiceName​(LinkedServiceReference linkedServiceName)
        Set the linkedServiceName property: Log storage linked service reference.
        Parameters:
        linkedServiceName - the linkedServiceName value to set.
        Returns:
        the LogLocationSettings object itself.
      • getPath

        public Object getPath()
        Get the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
        Returns:
        the path value.
      • setPath

        public LogLocationSettings setPath​(Object path)
        Set the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
        Parameters:
        path - the path value to set.
        Returns:
        the LogLocationSettings object itself.