Overload List
Name | Description | |
---|---|---|
LogAppend(CosmosUri, array<Byte>[]()[][], Boolean, IDictionary<(Of <<'(String, String>)>>)) |
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value"
match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each
key-value pair.
| |
LogAppend(CosmosUri, array<Byte>[]()[][], Boolean, String, String) |
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value"
match the key and value.
| |
LogAppend(CosmosUri, array<Byte>[]()[][], Int32, Int32, Boolean, IDictionary<(Of <<'(String, String>)>>)) |
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value"
match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each
key-value pair.
| |
LogAppend(CosmosUri, array<Byte>[]()[][], Int32, Int32, CompressionLevel, IDictionary<(Of <<'(String, String>)>>)) |
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value"
match the key and value. hmKeyValue contains key-value pairs and the append operation will be performed for each
key-value pair.
| |
LogAppend(CosmosUri, array<Byte>[]()[][], Int32, Int32, Boolean, String, String) |
This appends the given data in the byte array to the log stream on the virtual cluster whose "key" and "value"
match the key and value.
|