Overload List
Name | Description | |
---|---|---|
Append(CosmosUri, array<Byte>[]()[][], Boolean) |
This function appends the given data in byte array to the specified stream.
| |
Append(CosmosUri, array<Byte>[]()[][], Int64, Boolean) |
This function appends the given data in byte array to the specified stream.
The append starts at the given streamFixedOffset in the destination stream. If the stream already contains data in the
streamFixedOffset position and it is different from the data that is being appended, then this operation will fail.
|