Interface IBinaryCollection
Assembly: Couchbase.NetClient.dll
Syntax
public interface IBinaryCollection
Methods
|
Edit this page
View Source
AppendAsync(string, byte[], AppendOptions?)
Declaration
Task<IMutationResult> AppendAsync(string id, byte[] value, AppendOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
DecrementAsync(string, DecrementOptions?)
Declaration
Task<ICounterResult> DecrementAsync(string id, DecrementOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
IncrementAsync(string, IncrementOptions?)
Declaration
Task<ICounterResult> IncrementAsync(string id, IncrementOptions? options = null)
Parameters
Returns
|
Edit this page
View Source
PrependAsync(string, byte[], PrependOptions?)
Declaration
Task<IMutationResult> PrependAsync(string id, byte[] value, PrependOptions? options = null)
Parameters
Returns
Extension Methods