AnalyticsProcessingComponent.MaxSortMemoryInMB property
The upper limit on memory allocated to sort tasks.
Namespace: Microsoft.Office.Server.Search.Administration.Topology
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaxSortMemoryInMB As UInteger
Get
Set
'Usage
Dim instance As AnalyticsProcessingComponent
Dim value As UInteger
value = instance.MaxSortMemoryInMB
instance.MaxSortMemoryInMB = value
public uint MaxSortMemoryInMB { get; set; }
Property value
Type: System.UInt32
See also
Reference
AnalyticsProcessingComponent class
AnalyticsProcessingComponent members
Microsoft.Office.Server.Search.Administration.Topology namespace