Class LogLocationSettings

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

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

    • LogLocationSettings

      public LogLocationSettings()
  • Method Details

    • 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.