PivotResultSet Class

Relativity Services API
Represents the results of a Pivot query.
Inheritance Hierarchy

System.Object
  Relativity.Services.Pivot.PivotResultSet

Namespace:  Relativity.Services.Pivot
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class PivotResultSet

The PivotResultSet type exposes the following members.

Constructors

  NameDescription
Public methodPivotResultSet
Initializes a new instance of the PivotResultSet class
Top
Properties

  NameDescription
Public propertyMessage
Gets a message that indicates the status of a Pivot query, after the query stops running. If the query failed, the message contains information about the errors that occurred.
Public propertyMessageType
Gets a message type that indicates the status of the Pivot error after the query stops.
Public propertyPivotIdToDisplayValueMap
N-by-2 2D array of strings where N is the distict list of pivot "column" values, each individual array[0] is the pivot "id" value and array[1] is the pivot "display" value
Public propertyQueryToken
Reserved for internal use and not intended to be used.
Public propertyResults
Provides a collection of data that meets the criteria specified in a Pivot query.
Public propertySuccess
Gets a value that indicates whether a Pivot query ran successfully.
Public propertyTotalCount
Gets the total number of rows returned by a Pivot query.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference