SSISLogLocation Class

SSIS package execution log location.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
SSISLogLocation

Constructor

SSISLogLocation(*, log_path: object, access_credential: Optional[azure.synapse.artifacts.models._models_py3.SSISAccessCredential] = None, log_refresh_interval: Optional[object] = None, **kwargs)

Parameters

log_path
object
Required

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

access_credential
SSISAccessCredential
Required

The package execution log access credential.

log_refresh_interval
object
Required

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

Variables

type
str

Required. The type of SSIS log location. Default value: "File".

Attributes

type

type = 'File'