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

Documentation

Support Forums
What can we help you with?
Topics

O Data Source Element

API Type:
Varigence.Languages.Biml.Transformation.AstODataSourceNode
Attributes
 AttributeAPI TypeDefaultDescription
ConnectionNameAstODataConnectionNode 
Specifies the OData that should be used for the connection.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program.
SourceString 
Specify either the collection name or the resource path to the data.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
ProtocolVersionODataProtocolVersionCollection
Specifies the Source Protocol Version. Choices are 'Collection' or 'ResourcePath'
QueryOptionsString 
Specifies the query options for manipulating the data.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

 ChildAPI TypeDescription
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component

Collection Children

 ChildAPI TypeDescription
<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.
<Columns>
    <Column />
</Columns>
AstDataflowColumnMappingNode
This value specifies how the component should map columns in the data flow to columns in the Source. Columns that are not explicitly listed in this collection are automatically mapped based on name.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.

© Varigence