CopyActivityLogSettings Class
Settings for copy activity log.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCopyActivityLogSettings
Constructor
CopyActivityLogSettings(*, log_level: MutableMapping[str, Any] | None = None, enable_reliable_logging: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
log_level
|
<xref:JSON>
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
enable_reliable_logging
|
<xref:JSON>
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
Variables
Name | Description |
---|---|
log_level
|
<xref:JSON>
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
enable_reliable_logging
|
<xref:JSON>
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python