Get desktop application:
View/edit binary Protocol Buffers messages
Backup_V2 backup_V2 = 2;
Used in:
This field is obsolete and from v9.13.0, it is set to 0. It used to be the length of the `data` field, serialized as protobuf, prefixed with the serialized field tag of the `data` field. Counting the prefix in the length is a historical accident. This field was also technically redundant, as protobuf already encodes the length when serializing the data field. Since this field is part of the checksum computation, we keep it so that existing backups can be loaded and the checksum verified. Other than that, it serves no purpose, as it is not needed to deserialize or interpret the data.
* BackupData is encoded in the data field of the BackupContent and depends on the BackupMode. Defining it as a protobuf message allows language/architecture independent encoding/decoding.
Used in:
Used in:
Used in: