Overload List

  NameDescription
Public methodAppend(CosmosUri, array<Byte>[]()[][], Boolean)
This function appends the given data in byte array to the specified stream.
Public methodAppend(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.

See Also