Enum AdfDebugInfoCopyCondition
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfDebugInfoCopyCondition
Fields
Fields | Description |
---|---|
Always | Specifies that log files will be copied for every script execution. |
Failure | Specifies that log files will only be copied when there is a failure during script execution. |
None | Specifies that log files will never be copied. |