CopyActivityLogSettings Class

Settings for copy activity log.

Inheritance
CopyActivityLogSettings

Constructor

CopyActivityLogSettings(*, log_level: Optional[Any] = None, enable_reliable_logging: Optional[Any] = None, **kwargs)

Variables

log_level
any

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

enable_reliable_logging
any

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