bytes.md: document size-only parts

This commit is contained in:
aviau 2021-01-04 13:06:08 -05:00 committed by Alexandre Viau
parent b2983caad4
commit e21691a42b
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ a "file" schema blob.
// these in a hash tree. it is an error if both "bytesRef"
// and "blobRef" are specified.
//
// The absence of "blobRef" or "bytesRef" is used to represent a hole in a
// sparse file. Or just zeros.
//
// Optional:
// "offset": the number of bytes into blobRef or bytesRef to skip to
// get the necessary bytes for the range. usually zero (unspecified)