AnalysisDataPathSort

data class AnalysisDataPathSort(val direction: AnalysisSortDirection, val sortPaths: List<AnalysisDataPathValue>)

Constructors

Link copied to clipboard
constructor(direction: AnalysisSortDirection, sortPaths: List<AnalysisDataPathValue>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the sort direction.

Link copied to clipboard

The list of data paths that need to be sorted.