IPivotManager Interface

Relativity Services API
IPivotManager interface enables interaction with Relativity Pivot.

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

public interface IPivotManager : IDisposable

The IPivotManager type exposes the following members.

Methods

  NameDescription
Public methodCreateProfileAsync
Asynchronously Create a pivot profile.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodExecuteAsync(Int32, PivotSettings)
Asynchronously executes a Pivot query.
Public methodExecuteAsync(Int32, PivotSettings, IProgress<String>)
Asynchronously executes a Pivot query and implements a progress indicator for the query.
Public methodExecuteAsync(Int32, PivotSettings, CancellationToken)
Asynchronously executes a Pivot query and implements cancellation support for the query.
Public methodExecuteAsync(Int32, PivotSettings, CancellationToken, IProgress<String>)
Asynchronously executes a Pivot query and implements cancellation support and a progress indicator for the query.
Public methodExecuteExportAsync(Int32, Dashboard, Query)
Asynchronously exports into the Excel file a Dashboard Pivot queries.
Public methodExecuteExportAsync(Int32, Dashboard, Query, IProgress<String>)
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements a progress indicator for the query.
Public methodExecuteExportAsync(Int32, Dashboard, Query, CancellationToken)
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements cancellation support for the export.
Public methodExecuteExportAsync(Int32, Dashboard, Query, CancellationToken, IProgress<String>)
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements cancellation support and a progress indicator for the query.
Public methodExecutePivotProfileAsync(Int32, Int32, Query)
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile.
Public methodExecutePivotProfileAsync(Int32, Int32, Query, IProgress<String>)
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements a progress indicator for the query.
Public methodExecutePivotProfileAsync(Int32, Int32, Query, CancellationToken)
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements cancellation support for the query.
Public methodExecutePivotProfileAsync(Int32, Int32, Query, CancellationToken, IProgress<String>)
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements cancellation support and a progress indicator for the query.
Public methodGetFieldsForGroupByAsync
Asynchronously returns all fields that can be used to group data (Field.AllowGroupBy property) in a Pivot query.
Public methodGetFieldsForPivotOnAsync
Asynchronously returns all fields that can be used to pivot data (Field.AllowPivotOn property) in a Pivot query.
Public methodUpdateProfileAsync
Asynchronously update a pivot profile.
Top
See Also

Reference