Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of index partition settings for the active query topology of the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Partitions As List(Of QueryPartitionSettings)
Get
'Usage
Dim instance As QueryTopologySettings
Dim value As List(Of QueryPartitionSettings)
value = instance.Partitions
public List<QueryPartitionSettings> Partitions { get; }
Property Value
Type: System.Collections.Generic.List<QueryPartitionSettings>
A collection index partition settings.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace