Adf Rest Sink Element
X-Ref:
- Ast Adf Rest Sink Node
- Ast Adf Dataset Sink Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfRestResourceDatasetNode | Specifies a reference to the Rest 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. |
RequestInterval | String | Time inbetween requests. The default is 00:00:01. | |
RequestMethod | AdfHttpDatasetMethod | Get | Specifies the method to be used in the Rest request. The default is Get. |
RequestTimeout | String | Specifies the timespan that the activity should wait for a response from the HTTP dataset before raising an error. The default is 00:01:40. | |
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])) | |
UseGzip | Boolean | False | Use gzip for compression. |
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 |
---|---|---|
<AdditionalHeaders> <Header /> </AdditionalHeaders> | AstAdfWebActivityKeyValueNode | Specifies a list of headers that are sent to the request end point. |
<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. |