![]() | IPersistentDictionaryTValue Interface |
[Missing <summary> documentation for "T:Couchbase.DataStructures.IPersistentDictionary`1"]
Namespace: Couchbase.DataStructures
public interface IPersistentDictionary<TValue> : IDictionary<string, TValue>, ICollection<KeyValuePair<string, TValue>>, IEnumerable<KeyValuePair<string, TValue>>, IEnumerable
[Missing <typeparam name="TValue"/> documentation for "T:Couchbase.DataStructures.IPersistentDictionary`1"]
The IPersistentDictionaryTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountAsync | |
![]() | KeysAsync | |
![]() | ValuesAsync |
Name | Description | |
---|---|---|
![]() | AddAsync(KeyValuePairString, TValue) | |
![]() | AddAsync(String, TValue) | |
![]() | ClearAsync | |
![]() | ContainsAsync | |
![]() | ContainsKeyAsync | |
![]() | RemoveAsync(KeyValuePairString, TValue) | |
![]() | RemoveAsync(String) |