Add optional LZ4 and ZSTD compressed data blocks to proto file

This commit is contained in:
Jochen Topf 2021-01-03 16:45:26 +01:00
parent e5de634ce2
commit 218bfe8ed8
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ message Blob {
// Formerly used for bzip2 compressed data. Deprecated in 2010.
optional bytes OBSOLETE_bzip2_data = 5 [deprecated=true]; // Don't reuse this tag number.
// For LZ4 compressed data (optional)
optional bytes lz4_data = 6;
// For ZSTD compressed data (optional)
optional bytes zstd_data = 7;
}
/* A file contains an sequence of fileblock headers, each prefixed by