Skip to main content

DOC_FLAG_TOMBSTONE

Constant DOC_FLAG_TOMBSTONE 

Source
pub const DOC_FLAG_TOMBSTONE: u8 = 0x01;
Expand description

Bit 0: deletion tombstone — the publisher is deleting the document referenced by (collection, doc_id). Body MUST be empty; the encoder rejects tombstone | body.len() > 0 to prevent publisher-side write-then-delete contract violations.