• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Web Table Dataset Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfWebTableDatasetNode
X-Ref:
  • Ast Adf Web Table Dataset Node
  • Ast Adf Dataset Base Node
  • Ast Adf Root Object Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
IndexInt320
Specifies the index of the table in the HTML page. This is a required property
LinkedServiceNameAstAdfWebTableLinkedServiceNode 
Specifies a reference to the Web Table linked service that will supply the data. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
AdfFolderString 
Specifies the name of the folder within the ADF file structure that this asset resides.
LogicalDisplayFolderString 
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
PathString 
Specifies the relative Url (to be combined with the URL specified in the linked service) to location of the table. If not specified, the URL specified in the linked service will be used.

Collection Children

ChildAPI TypeDescription
<AdfAnnotations>
    <AdfAnnotation />
</AdfAnnotations>
String
This is the collection of annotations that will be emitted in the json.
<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.
<DatasetSchema>
    <Column />
</DatasetSchema>
AstAdfDatasetSchemaElementNode
Specifies the structure of the data that is supplied by the dataset.
<Parameters>
    <Parameter />
</Parameters>
AstAdfDatasetParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory dataset.
<Structure>
    <Column />
</Structure>
AstAdfDatasetStructureColumnNode
Specifies the structure of the data that is supplied by the dataset.

© Varigence