diff --git a/docs/fileformats.html b/docs/fileformats.html index 051147f4fdc..b2efbf8a9e4 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -1328,11 +1328,18 @@ limitations under the License.

Value --> - String (default) or byte[] when the field value is a binary field + String | BinaryValue (depending on Bits) +

+

BinaryValue --> + ValueSize, <Byte>^ValueSize +

+

ValueSize --> + VInt

diff --git a/xdocs/fileformats.xml b/xdocs/fileformats.xml index 84deabaa45b..2815ea17a95 100644 --- a/xdocs/fileformats.xml +++ b/xdocs/fileformats.xml @@ -912,11 +912,18 @@

Value --> - String (default) or byte[] when the field value is a binary field + String | BinaryValue (depending on Bits) +

+

BinaryValue --> + ValueSize, <Byte>^ValueSize +

+

ValueSize --> + VInt