CopyActivityLogSettings Class

Settings for copy activity log.

Constructor

CopyActivityLogSettings(*args: Any, **kwargs: Any)

Variables

Name Description
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).

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