Adf Dataflow Query Source Settings Element
X-Ref:
- Ast Adf Dataflow Query Source Settings Node
- Ast Adf Dataflow Database Source Settings Base Node
- Ast Adf Dataflow Source Settings Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
BatchSize | String | "-1" | Size of batches for columnar caching. |
EnableStaging | String | Specifies whether staging is enabled | |
IsolationLevel | AdfDataflowSourceIsolationLevel | ReadUncommitted | Specifies the SQL read isolation level. |
QueryContainsAdfExpressions | Boolean | False | Specifies whether this query contains ADF expressions. If set to false, the query will be treated as a literal string. |
Singleton Children
Child | API Type | Description |
---|---|---|
<Query /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
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. |