IndexPartition Members
Include Protected Members
Include Inherited Members
Represents an index partition in the Microsoft SharePoint Server 2010 query architecture.
The IndexPartition type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the unique ID for the IndexPartition. | |
Ordinal | Gets the number of the IndexPartition within the partitioning scheme. | |
PropertyStore | Gets or sets the active PropertyStore that is assigned to this IndexPartition. | |
PropertyStoreId | Gets the ID of the PropertyStore that is assigned to this IndexPartition. | |
QueryComponents | Gets a list of the QueryComponent objects that are assigned to this IndexPartition. | |
QueryTopology | Gets the QueryTopology to which this IndexPartition belongs. | |
UnresponsiveQueryComponents | Gets all of the QueryComponent objects whose states are Offline. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top