QueryTopologySettings.Partitions Property
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