Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 608 Bytes

File metadata and controls

16 lines (8 loc) · 608 Bytes

Context

Context encapsulates the information related to a single operation, including the tuples involved and the associated attributes.

Properties

Name Type Description Notes
tuples List<Tuple> A repeated field of tuples involved in the operation. [optional]
attributes List<Attribute> A repeated field of attributes associated with the operation. [optional]
data Object Additional data associated with the context. [optional]