LogLocationSettingsResponse

data class LogLocationSettingsResponse(val linkedServiceName: LinkedServiceReferenceResponse, val path: Any? = null)

Log location settings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Log storage linked service reference.

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