Skip to content

Commit 6240d41

Browse files
committed
Noted change in download format from web service v5 to v6.
1 parent 6e1f38d commit 6240d41

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

Docs/Design/FileFormats/main-db-update.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ <h2>
123123
<code>FileCount</code>
124124
</dt>
125125
<dd>
126-
Number of files encoded in the data stream. SmallInt encoded as four hex
127-
digits. Maximum number of files is 32,767.
126+
Number of files encoded in the data stream. 16 bit integer encoded as four
127+
hex digits. Maximum number of files is 32,767.
128128
</dd>
129129
</dl>
130130

@@ -138,7 +138,7 @@ <h2>
138138
</dt>
139139
<dd>
140140
Name of file without path information. AnsiString preceded by its size in
141-
bytes as a SmallInt encoded as four hex digits.
141+
bytes as a 16 bit integer encoded as four hex digits.
142142
</dd>
143143
<dt>
144144
<code>UnixDate</code>
@@ -151,8 +151,19 @@ <h2>
151151
<code>Content</code>
152152
</dt>
153153
<dd>
154-
File contents. AnsiString preceded by its size in bytes as a SmallInt
155-
encoded as four hex digits. File size is limited to 32kB.
154+
<div class="half-spaced">
155+
File contents.
156+
</div>
157+
<div class="half-spaced">
158+
<em>For web service version 5</em> this is an AnsiString preceded by its
159+
size in bytes as a 16 bit integer encoded as four hex digits. File size is
160+
limited to 32kB.
161+
</div>
162+
<div class="half-spaced">
163+
<em>For web service version 6</em> this is an AnsiString preceded by its
164+
size in bytes as a 32 bit integer encoded as eight hex digits. File size
165+
limit is raised to 2 Gb.
166+
</div>
156167
</dd>
157168
</dl>
158169

0 commit comments

Comments
 (0)