Share via


PersistedDictionary Members

Include Protected Members
Include Inherited Members

Represents a store for objects implementing the [IDictionary<string,string>] interface.

The PersistedDictionary type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<KeyValuePair<String, String>>.)
Public property IsReadOnly (Inherited from ICollection<KeyValuePair<String, String>>.)
Public property Item (Inherited from IDictionary<String, String>.)
Public property Keys (Inherited from IDictionary<String, String>.)
Public property Name Gets or sets the name of the stored dictionary.
Public property Values (Inherited from IDictionary<String, String>.)

Top

Methods

  Name Description
Public method Add(T) (Inherited from ICollection<KeyValuePair<String, String>>.)
Public method Add(TKey, TValue) (Inherited from IDictionary<String, String>.)
Public method Clear (Inherited from ICollection<KeyValuePair<String, String>>.)
Public method Contains (Inherited from ICollection<KeyValuePair<String, String>>.)
Public method ContainsKey (Inherited from IDictionary<String, String>.)
Public method CopyTo (Inherited from ICollection<KeyValuePair<String, String>>.)
Public method GetEntriesAndSetClean Retrieves a full snapshot of the entries and clears the dirty flag as an atomic operation.
Public method GetEnumerator() (Inherited from IEnumerable<KeyValuePair<String, String>>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(SortDirection, Int32, Int32) Gets a thread safe enumerator with paging.
Public method IsDirty Indicates whether the dictionary is dirty.
Public method Remove(TKey) (Inherited from IDictionary<String, String>.)
Public method Remove(T) (Inherited from ICollection<KeyValuePair<String, String>>.)
Public method SetDirty Sets the dictionary modification flag to dirty.
Public method TryGetValue (Inherited from IDictionary<String, String>.)

Top

See Also

Reference

PersistedDictionary Interface

Microsoft.SharePoint.Search.Extended.Administration.Store Namespace