Enumeration BatchEntryChange

Defines how a batch entry has changed.

Size increase is not part of this enum because it's handled as a delete + an add.

Enumeration Members

Enumeration Members

CONTENT: 2

Contents have changed and must be rebuilt, size stayed the same.

DELETE: 8

Entry was deleted from batch.

NONE: 1

No change.

SIZE_DECREASE: 4

Contents have possible changed, size decreased. Rebuild contents and release the additional space, to be used by the batch.