From e21691a42bbedc904c8ab9a6af38f443c253fbcd Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 4 Jan 2021 13:06:08 -0500 Subject: [PATCH] bytes.md: document size-only parts --- doc/schema/bytes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/schema/bytes.md b/doc/schema/bytes.md index 72fd8cd84..8c74a8f26 100644 --- a/doc/schema/bytes.md +++ b/doc/schema/bytes.md @@ -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)