SSISLogLocationResponse

data class SSISLogLocationResponse(val accessCredential: SSISAccessCredentialResponse? = null, val logPath: Any, val logRefreshInterval: Any? = null, val type: String)

SSIS package execution log location

Constructors

Link copied to clipboard
constructor(accessCredential: SSISAccessCredentialResponse? = null, logPath: Any, logRefreshInterval: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The package execution log access credential.

Link copied to clipboard

The SSIS package execution log path. Type: string (or Expression with resultType string).

Link copied to clipboard
val logRefreshInterval: Any? = null

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

The type of SSIS log location.