For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataComparisonExpressionEntityType

The possible ways to reference a data object.

enum DataComparisonExpressionEntityType {
  ColumnReferenceByName
  DataObject
}

Values

ColumnReferenceByName

Reference will happen through the column name.

DataObject

Reference will happen through data object ID.

Member Of

DataComparisonExpressionReference object ● DataComparisonExpressionReferenceInput input

Last updated

Was this helpful?