 | CollectionExtensions Class |
[Missing <summary> documentation for "T:Couchbase.KeyValue.CollectionExtensions"]
Inheritance HierarchySystemObject
Couchbase.KeyValueCollectionExtensions
Namespace:
Couchbase.KeyValue
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic static class CollectionExtensions
The CollectionExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | DictionaryTValue | |
  | ExistsAsync(ICouchbaseCollection, String) | |
  | ExistsAsync(ICouchbaseCollection, String, ActionExistsOptions) | |
  | GetAllReplicasAsync(ICouchbaseCollection, String) | |
  | GetAllReplicasAsync(ICouchbaseCollection, String, ActionGetAllReplicasOptions) | |
  | GetAndLockAsync(ICouchbaseCollection, String, TimeSpan) | |
  | GetAndLockAsync(ICouchbaseCollection, String, TimeSpan, ActionGetAndLockOptions) | |
  | GetAndTouchAsync(ICouchbaseCollection, String, TimeSpan) | |
  | GetAndTouchAsync(ICouchbaseCollection, String, TimeSpan, ActionGetAndTouchOptions) | |
  | GetAnyReplicaAsync(ICouchbaseCollection, String) | |
  | GetAnyReplicaAsync(ICouchbaseCollection, String, ActionGetAnyReplicaOptions) | |
  | GetAsync(ICouchbaseCollection, String) | |
  | GetAsync(ICouchbaseCollection, String, ActionGetOptions) | |
  | InsertAsyncT(ICouchbaseCollection, String, T) | |
  | InsertAsyncT(ICouchbaseCollection, String, T, ActionInsertOptions) | |
  | ListT | |
  | LookupInAsync(ICouchbaseCollection, String, ActionLookupInSpecBuilder) | |
  | LookupInAsync(ICouchbaseCollection, String, IEnumerableLookupInSpec) | |
  | LookupInAsync(ICouchbaseCollection, String, ActionLookupInSpecBuilder, LookupInOptions) | |
  | LookupInAsync(ICouchbaseCollection, String, ActionLookupInSpecBuilder, ActionLookupInOptions) | |
  | LookupInAsync(ICouchbaseCollection, String, IEnumerableLookupInSpec, ActionLookupInOptions) | |
  | MutateInAsync(ICouchbaseCollection, String, ActionMutateInSpecBuilder) | |
  | MutateInAsync(ICouchbaseCollection, String, IEnumerableMutateInSpec) | |
  | MutateInAsync(ICouchbaseCollection, String, ActionMutateInSpecBuilder, MutateInOptions) | |
  | MutateInAsync(ICouchbaseCollection, String, ActionMutateInSpecBuilder, ActionMutateInOptions) | |
  | MutateInAsync(ICouchbaseCollection, String, IEnumerableMutateInSpec, ActionMutateInOptions) | |
  | QueueT | |
  | RemoveAsync(ICouchbaseCollection, String) | |
  | RemoveAsync(ICouchbaseCollection, String, ActionRemoveOptions) | |
  | ReplaceAsyncT(ICouchbaseCollection, String, T) | |
  | ReplaceAsyncT(ICouchbaseCollection, String, T, ActionReplaceOptions) | |
  | SetT | |
  | TouchAsync(ICouchbaseCollection, String, TimeSpan) | |
  | TouchAsync(ICouchbaseCollection, String, TimeSpan, ActionTouchOptions) | |
  | UnlockAsyncT(ICouchbaseCollection, String, UInt64) | |
  | UnlockAsyncT(ICouchbaseCollection, String, UInt64, ActionUnlockOptions) | |
  | UpsertAsyncT(ICouchbaseCollection, String, T) | |
  | UpsertAsyncT(ICouchbaseCollection, String, T, ActionUpsertOptions) | |
Top
See Also