Adf Dataset Policy Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataDelay | TimeSpan | 00:00:00 | Species the amount of time to wait before checking for the availability of a time slice of an external dataset. |
MaximumRetry | Int32 | 3 | Specifies the maximum number of retry attempts when accessing an external dataset time slice. |
MinimumRows | Int64 | 0 | Specifies the minimum nuber of rows that must be present in an Azure table or Azure SQL database for the dataset to validate. |
MinimumSizeMB | Double | 0 | Specifies the minimum size in megabytes that an Azure blob must be in order to validate successfully. |
RetryInterval | TimeSpan | 00:00:00 | Specifies the amount of time to wait before retrying an unsuccessful attempt to access a time slice of an external dataset. |
RetryTimeout | TimeSpan | 00:00:00 | Specifies the amount of time to wait before terminating an attempt to retry access to an external dataset time slice. |
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. |