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

public final class LogSettings extends Object
Log settings.
  • Constructor Details

    • LogSettings

      public LogSettings()
  • Method Details

    • getEnableCopyActivityLog

      public Object getEnableCopyActivityLog()
      Get the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
      Returns:
      the enableCopyActivityLog value.
    • setEnableCopyActivityLog

      public LogSettings setEnableCopyActivityLog(Object enableCopyActivityLog)
      Set the enableCopyActivityLog property: Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
      Parameters:
      enableCopyActivityLog - the enableCopyActivityLog value to set.
      Returns:
      the LogSettings object itself.
    • getCopyActivityLogSettings

      public CopyActivityLogSettings getCopyActivityLogSettings()
      Get the copyActivityLogSettings property: Specifies settings for copy activity log.
      Returns:
      the copyActivityLogSettings value.
    • setCopyActivityLogSettings

      public LogSettings setCopyActivityLogSettings(CopyActivityLogSettings copyActivityLogSettings)
      Set the copyActivityLogSettings property: Specifies settings for copy activity log.
      Parameters:
      copyActivityLogSettings - the copyActivityLogSettings value to set.
      Returns:
      the LogSettings object itself.
    • getLogLocationSettings

      public LogLocationSettings getLogLocationSettings()
      Get the logLocationSettings property: Log location settings customer needs to provide when enabling log.
      Returns:
      the logLocationSettings value.
    • setLogLocationSettings

      public LogSettings setLogLocationSettings(LogLocationSettings logLocationSettings)
      Set the logLocationSettings property: Log location settings customer needs to provide when enabling log.
      Parameters:
      logLocationSettings - the logLocationSettings value to set.
      Returns:
      the LogSettings object itself.