Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 665 Bytes

File metadata and controls

24 lines (12 loc) · 665 Bytes

WriteRequestDeletes

Properties

Name Type Description Notes
tupleKeys List<TupleKeyWithoutCondition>
onMissing OnMissingEnum On 'error', the API returns an error when deleting a tuple that does not exist. On 'ignore', deletes of non-existent tuples are treated as no-ops. [optional]

Enum: OnMissingEnum

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