LogStorageSettingsResponse

data class LogStorageSettingsResponse(val enableReliableLogging: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse, val logLevel: Any? = null, val path: Any? = null)

(Deprecated. Please use LogSettings) Log storage settings.

Constructors

Link copied to clipboard
constructor(enableReliableLogging: Any? = null, linkedServiceName: LinkedServiceReferenceResponse, logLevel: Any? = null, path: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Log storage linked service reference.

Link copied to clipboard
val logLevel: Any? = null

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

Link copied to clipboard
val path: Any? = null

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).