CrawlStoreCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of crawl databases.
The CrawlStoreCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the collection. (Inherited from UpdatableCollection<Key, T>.) | |
Item | Gets the value associated with the specified key. (Inherited from UpdatableCollection<Key, T>.) |
Top
Methods
Name | Description | |
---|---|---|
Contains | Determines whether the collection contains the specified key. (Inherited from UpdatableCollection<Key, T>.) | |
Create(SPDatabaseParameters) | Creates a new crawl database with the specified database parameters. | |
Create(String) | Creates a new crawl database with the specified connection string. | |
Create(SearchGathererDatabase) | Adds a new crawl database to the crawl database collection for the Search service application. | |
Create(SPDatabaseParameters, Boolean) | Creates a new crawl database with the specified database parameters. | |
Create(SearchGathererDatabase, Boolean) | Adds a new crawl database, to the crawl database collection for the Search service application, and specifies whether the crawl database should be dedicated. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForceRefresh | Resets the last time the collection was accessed to the minimum date value. (Inherited from UpdatableCollection<Key, T>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the settings for the all the databases in the crawl database collection. (Overrides UpdatableCollection<Key, T>.Refresh().) | |
ToArray | Creates an array that contains the values of the collection. (Inherited from UpdatableCollection<Key, T>.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
refreshInterval | Represents the maximum interval value, in seconds, before the data in the collection is considered stale. The default value is 5 seconds. (Inherited from UpdatableCollection<Key, T>.) | |
values | Represents the collection of keys and values with specified type. (Inherited from UpdatableCollection<Key, T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from UpdatableCollection<Key, T>.) |
Top