Adf Azure Table Sink Element
X-Ref:
- Ast Adf Azure Table Sink Node
- Ast Adf Dataset Sink Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfAzureTableDatasetNode | Specifies a reference to the AzureTable dataset that will receive the data. This is a required reference to an existing definiton. | |
DefaultPartitionKeyValue | String | Specifies the default partition key value for use by the Azure Table sink. | |
InsertType | AdfAzureTableSinkInsertType | Merge | The desired method for inserting data into Azure table. This setting determines whether existing rows in the ouput table with matching partition and row key have their values replaced or merged. Merge is the default value. |
MaxConcurrentConnections | Int32 | 0 | Max number of simultaneous connections to the source. |
PartitionKey | String | Specify the name of the field whose values are used as partition keys. If there is none specified, the "AzureTableDefaultPartitionKeyValue" is used in its stead. | |
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])) | |
RowKey | String | This value establishes the name of the column whose values are used as row key. If none is specified, a GUID will be used for each row. | |
WriteBatchSize | Int32 | -1 | Specifies the number of rows that should be stored in the write buffer before sending to the sink dataset. |
WriteBatchTimeout | String | Specifies the timespan that the activity should wait for the sink dataset before raising an error. |
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. |
<Parameters> <Parameter /> </Parameters> | AstAdfCopyActivityParameterNode | Specifies the Dataset parameters to be used. |