Audit Pivot query setting.
Inheritance Hierarchy
Relativity.Audit.Services.Interface.Pivot.ModelsPivotSettings
Namespace: Relativity.Audit.Services.Interface.Pivot.Models
Assembly: Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax
The PivotSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotSettings |
Initializes pivot settings.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactTypeID |
Artifact ID of the Data Grid Audit object type.
|
![]() | ConvertNumberFieldValuesToString |
If true converts number field values to string.
|
![]() | GroupBy |
Field to group by.
|
![]() | GroupByDateGrouping |
Date interval to use when computing results for a GroupBy field, if the GroupBy field is a Date field.
|
![]() | MaximumNumberOfColumns |
Limits results to maximum number of columns.
|
![]() | MaximumNumberOfRows |
Limits results to maximum number of rows.
|
![]() | ObjectSetQuery |
Query that defines the criteria that objects or documents must meet to be included in the pivot results.
|
![]() | PivotOn |
Field to pivot on.
|
![]() | PivotOnDateGrouping |
Date interval to use when computing results for a PivotOn field, if the PivotOn field is a Date field.
|
![]() | RawDataOnly |
When True returns only the data in query results.
|
![]() | Timeout |
Timeout period for the request in seconds.
|
![]() | TimeZone |
A tz database timezone. Valid names found here. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also