CrawlStoreCollection class

Represents a collection of crawl databases.

Inheritance hierarchy

System.Object
  UpdatableCollection<Guid, CrawlStore>
    Microsoft.Office.Server.Search.Administration.CrawlStoreCollection

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class CrawlStoreCollection _
    Inherits UpdatableCollection(Of Guid, CrawlStore)
'Usage
Dim instance As CrawlStoreCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CrawlStoreCollection : UpdatableCollection<Guid, CrawlStore>

Remarks

In Microsoft SharePoint Server 2010 search, crawl databases contain data related to the location of content sources, crawl schedules, and other information specific to crawl operations for a specific Search service application.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CrawlStoreCollection members

Microsoft.Office.Server.Search.Administration namespace