 | BinaryCollectionExtensions Class |
[Missing <summary> documentation for "T:Couchbase.KeyValue.BinaryCollectionExtensions"]
Inheritance HierarchySystemObject
Couchbase.KeyValueBinaryCollectionExtensions
Namespace:
Couchbase.KeyValue
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic static class BinaryCollectionExtensions
Methods
| Name | Description |
---|
  | AppendAsync(IBinaryCollection, String, Byte) | |
  | AppendAsync(IBinaryCollection, String, Byte, ActionAppendOptions) | |
  | DecrementAsync(IBinaryCollection, String) | |
  | DecrementAsync(IBinaryCollection, String, ActionDecrementOptions) | |
  | IncrementAsync(IBinaryCollection, String) | |
  | IncrementAsync(IBinaryCollection, String, ActionIncrementOptions) | |
  | PrependAsync(IBinaryCollection, String, Byte) | |
  | PrependAsync(IBinaryCollection, String, Byte, ActionPrependOptions) | |
Top
See Also