Class SsisLogLocation

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SsisLogLocation

public class SsisLogLocation extends Object
SSIS package execution log location.
  • Constructor Details

    • SsisLogLocation

      public SsisLogLocation()
  • Method Details

    • getLogPath

      public Object getLogPath()
      Get the logPath property: The SSIS package execution log path. Type: string (or Expression with resultType string).
      Returns:
      the logPath value.
    • setLogPath

      public SsisLogLocation setLogPath(Object logPath)
      Set the logPath property: The SSIS package execution log path. Type: string (or Expression with resultType string).
      Parameters:
      logPath - the logPath value to set.
      Returns:
      the SsisLogLocation object itself.
    • getType

      public SsisLogLocationType getType()
      Get the type property: The type of SSIS log location.
      Returns:
      the type value.
    • setType

      public SsisLogLocation setType(SsisLogLocationType type)
      Set the type property: The type of SSIS log location.
      Parameters:
      type - the type value to set.
      Returns:
      the SsisLogLocation object itself.
    • getAccessCredential

      public SsisAccessCredential getAccessCredential()
      Get the accessCredential property: The package execution log access credential.
      Returns:
      the accessCredential value.
    • setAccessCredential

      public SsisLogLocation setAccessCredential(SsisAccessCredential accessCredential)
      Set the accessCredential property: The package execution log access credential.
      Parameters:
      accessCredential - the accessCredential value to set.
      Returns:
      the SsisLogLocation object itself.
    • getLogRefreshInterval

      public Object getLogRefreshInterval()
      Get the logRefreshInterval property: Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      Returns:
      the logRefreshInterval value.
    • setLogRefreshInterval

      public SsisLogLocation setLogRefreshInterval(Object logRefreshInterval)
      Set the logRefreshInterval property: Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      Parameters:
      logRefreshInterval - the logRefreshInterval value to set.
      Returns:
      the SsisLogLocation object itself.