Adf Snowflake Source Element
X-Ref:
- Ast Adf Snowflake Source Node
- Ast Adf Queryable Source Base Node
- Ast Adf Dataset Source Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfSnowflakeDatasetNode | Specifies a reference to the Snowflake dataset that will supply the data. This is a required reference to an existing definiton. | |
MaxConcurrentConnections | Int32 | 0 | Max number of simultaneous connections to the source. |
RetryCount | Int32 | 0 | Number of retries. |
RetryWait | String | String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])) |
Singleton Children
Child | API Type | Description |
---|---|---|
<AdditionalFormatOptions /> | AstAdfSnowflakeAdditionalFormatOptionsNode | AstAdfSnowflakeAdditionalFormatOptionsNode objects correspond directly to Additional Format Options in Snowflake sources in Azure Data Factory. |
<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 |
---|---|---|
<AdditionalCopyOptions> <CopyOption /> </AdditionalCopyOptions> | AstAdfSnowflakeAdditionalCopyOptionNode | Specifies a list of additional Snowflake copy options in key/value format. |
<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. |
<Parameters> <Parameter /> </Parameters> | AstAdfCopyActivityParameterNode | Specifies the Dataset parameters to be used. |