Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 756 Bytes

File metadata and controls

16 lines (8 loc) · 756 Bytes

DataWriteBody

DataWriteRequest defines the structure of a request for writing data. It contains the necessary information such as tenant_id, metadata, tuples and attributes for the write operation.

Properties

Name Type Description Notes
metadata DataWriteRequestMetadata [optional]
tuples List<Tuple> tuples contains the list of tuples (entity-relation-entity triples) that need to be written. [optional]
attributes List<Attribute> attributes contains the list of attributes (entity-attribute-value triples) that need to be written. [optional]