CopyActivityLogSettings Class
Settings for copy activity log.
Constructor
CopyActivityLogSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
log_level
|
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
|
enable_reliable_logging
|
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
Attributes
enable_reliable_logging
boolean (or Expression with resultType boolean).
enable_reliable_logging: Any | None
log_level
string (or Expression with resultType string).
log_level: Any | None