Class CopyActivityLogSettings

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

public final class CopyActivityLogSettings extends Object
Settings for copy activity log.
  • Constructor Details

    • CopyActivityLogSettings

      public CopyActivityLogSettings()
  • Method Details

    • getLogLevel

      public Object getLogLevel()
      Get the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
      Returns:
      the logLevel value.
    • setLogLevel

      public CopyActivityLogSettings setLogLevel(Object logLevel)
      Set the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
      Parameters:
      logLevel - the logLevel value to set.
      Returns:
      the CopyActivityLogSettings object itself.
    • getEnableReliableLogging

      public Object getEnableReliableLogging()
      Get the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
      Returns:
      the enableReliableLogging value.
    • setEnableReliableLogging

      public CopyActivityLogSettings setEnableReliableLogging(Object enableReliableLogging)
      Set the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
      Parameters:
      enableReliableLogging - the enableReliableLogging value to set.
      Returns:
      the CopyActivityLogSettings object itself.