Class LogStorageSettings

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

public final class LogStorageSettings extends Object
(Deprecated. Please use LogSettings) Log storage settings.
  • Constructor Details

    • LogStorageSettings

      public LogStorageSettings()
  • Method Details

    • getLinkedServiceName

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

      public LogStorageSettings setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Log storage linked service reference.
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the LogStorageSettings 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 LogStorageSettings 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 LogStorageSettings object itself.
    • 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 LogStorageSettings 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 LogStorageSettings 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 LogStorageSettings 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 LogStorageSettings object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: (Deprecated. Please use LogSettings) Log storage settings.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public LogStorageSettings setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: (Deprecated. Please use LogSettings) Log storage settings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the LogStorageSettings object itself.