Adf Copy Activity Log Settings Element
X-Ref:
- Ast Adf Copy Activity Log Settings Node
- Ast Adf Log Settings Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
LinkedServiceName | AstAdfAzureStorageLinkedServiceBaseNode | Specifies a reference to the linked service that will store the log. This is a required reference to an existing definiton. | |
EnableReliableLogging | Boolean | False | Reliable logging will flush the log once the data is copied to the destination, the alternative is flushing the logs with batch of records. |
LogLevel | AdfLogSettingsLogLevel | Info | Specifies what will be logged, all content (Info) or only skipped files and rows (Warning). |
Path | String | Path within the linked service where the log will be stored. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |