Table of Contents

IGQISortOperator interface

Definition

  • Namespace: Skyline.DataMiner.Analytics.GenericInterface.Operators
  • Assembly: SLAnalyticsTypes.dll

Represents a sort operator in the core framework. See IGQICoreOperator for a list of available core operators.

Available from DataMiner 10.4.0/10.4.1 onwards.

public interface IGQISortOperator : IGQICoreOperator

Properties

Name Type Description
Fields IReadOnlyList<IGQISortField> The sort fields that define the individual columns to sort on.
Note
  • An instance can be created via the CreateSortOperator factory method.
  • Use the IsSortOperator method to determine if a core operator is actually a sort operator.