Click or drag to resize

BinaryCollectionExtensions Class

[Missing <summary> documentation for "T:Couchbase.KeyValue.BinaryCollectionExtensions"]

Inheritance Hierarchy
SystemObject
  Couchbase.KeyValueBinaryCollectionExtensions

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static class BinaryCollectionExtensions
Methods
  NameDescription
Public methodStatic memberAppendAsync(IBinaryCollection, String, Byte)
Public methodStatic memberAppendAsync(IBinaryCollection, String, Byte, ActionAppendOptions)
Public methodStatic memberDecrementAsync(IBinaryCollection, String)
Public methodStatic memberDecrementAsync(IBinaryCollection, String, ActionDecrementOptions)
Public methodStatic memberIncrementAsync(IBinaryCollection, String)
Public methodStatic memberIncrementAsync(IBinaryCollection, String, ActionIncrementOptions)
Public methodStatic memberPrependAsync(IBinaryCollection, String, Byte)
Public methodStatic memberPrependAsync(IBinaryCollection, String, Byte, ActionPrependOptions)
Top
See Also