Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
Flush no longer exists and is not actually required.
  • Loading branch information
begoldsm committed Nov 9, 2016
1 parent 41fb99c commit fb99293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"application/octet-stream"
],
"operationId": "FileSystem_ConcurrentAppend",
"description": "Appends to the specified file. This method supports multiple concurrent appends to the file. NOTE: ConcurrentAppend and normal (serial) Append CANNOT be used interchangeably; once a file has been appended to using either of these append options, it can only be appended to using that append option. ConcurrentAppend DOES NOT guarantee order and can result in duplicated data landing in the target file. In order to close a file after using ConcurrentAppend, call the Flush method.",
"description": "Appends to the specified file. This method supports multiple concurrent appends to the file. NOTE: ConcurrentAppend and normal (serial) Append CANNOT be used interchangeably; once a file has been appended to using either of these append options, it can only be appended to using that append option. ConcurrentAppend DOES NOT guarantee order and can result in duplicated data landing in the target file.",
"parameters": [
{
"name": "filePath",
Expand Down

0 comments on commit fb99293

Please sign in to comment.