Specifies whether the properties specified in the background search GROUP BY clause are included in the
underlying ORDER BY clause of the search expression (true) or not (false).
This property provides a way to tune a background search for best performance.
Ordering by properties in the GROUP BY clause can improve search performance by reducing the number of
database operations. Conversely, depending on the details of the search and the number of indexes that
are added to the searched table, it can also degrade performance. The default value is true.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
ReadOnly Property OrderByGroupedProperties As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> OrderByGroupedProperties { get; } |
Visual C++ |
---|
property Nullable<bool> OrderByGroupedProperties {
Nullable<bool> get ();
} |
JavaScript |
---|
function get_orderByGroupedProperties();
|