Represents the results of a Pivot query.
Inheritance Hierarchy
Relativity.Services.Pivot.PivotResultSet
Namespace: Relativity.Services.Pivot
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PivotResultSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotResultSet | Initializes a new instance of the PivotResultSet class |
Properties
Name | Description | |
---|---|---|
![]() | Message |
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.
|
![]() | MessageType |
Gets a message type that indicates the status of the Pivot error after the query stops.
|
![]() | PivotIdToDisplayValueMap |
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
|
![]() | QueryToken |
Reserved for internal use and not intended to be used.
|
![]() | Results |
Provides a collection of data that meets the criteria specified in a Pivot query.
|
![]() | Success |
Gets a value that indicates whether a Pivot query ran successfully.
|
![]() | TotalCount |
Gets the total number of rows returned by a Pivot query.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also