Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 704 Bytes

File metadata and controls

24 lines (12 loc) · 704 Bytes

WriteRequestWrites

Properties

Name Type Description Notes
tupleKeys List<TupleKey>
onDuplicate OnDuplicateEnum On 'error' ( or unspecified ), the API returns an error if an identical tuple already exists. On 'ignore', identical writes are treated as no-ops (matching on user, relation, object, and RelationshipCondition). [optional]

Enum: OnDuplicateEnum

Name Value
ERROR "error"
IGNORE "ignore"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"