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

DataComparisonExpressionReference

Represents an operand referring to an object in the Collibra Data Access graph

type DataComparisonExpressionReference {
  entityId: ID!
  entityType: DataComparisonExpressionEntityType!
  item: DataObject
}

Fields

entityId ● ID! non-null scalar

The ID of the entity.

entityType ● DataComparisonExpressionEntityType! non-null enum

The type with which the object is referenced.

item ● DataObject object

The actual data object that is referenced.

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?