Skip to content

Commit 9815599

Browse files
authored
Fixed ADLS Gen 2 mapping (Azure#34327)
1 parent 08f5e5a commit 9815599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<td>Concurrent Append</td>
5050
<td>API to perform concurrent append at server. The offset at which append will occur is determined by server.</td>
5151
<td>FileClient.Append()</td>
52-
<td>Pass in an offset equal to the current file length.</td>
52+
<td>Pass in an offset equal to the current file length, then call Flush() with an offset of the previous file length + the length of the new content. Also note that Gen 2 does not handle concurrency, so in multi-writer scenarios, the customer application needs to coordinate writes to an individial file.</td>
5353
</tr>
5454
<tr>
5555
<td>Create Directory</td>

0 commit comments

Comments
 (0)