CopyActivityLogSettings interface
Settings for copy activity log.
Properties
enable |
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
log |
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
Property Details
enableReliableLogging
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
enableReliableLogging?: any
Property Value
any
logLevel
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
logLevel?: any
Property Value
any