partialUpdate property

bool? partialUpdate
getter/setter pair

When true, this is a partial diff containing additions and removals based on what the client already has.

When false, this is the complete hash list. When false, the client MUST delete any locally stored version for this hash list. This means that either the version possessed by the client is seriously out-of-date or the client data is believed to be corrupt. The compressed_removals field will be empty. When true, the client MUST apply an incremental update by applying removals and then additions.

Implementation

core.bool? partialUpdate;