Service for retrieving Audits.
Namespace: Relativity.Audit.Services.Interface.Query
Assembly: Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax
The IAuditObjectManagerUIService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | QueryAsync(Int32, QueryRequest, Int32, Int32) |
Query Audit with full field information.
|
![]() | QueryAsync(Int32, QueryRequest, Int32, Int32, AuditQueryOptions) |
Query Audit data. Returns Details as an escaped JSON string when requested for raw details using AuditQueryOptions.
|
![]() | QueryAsync(Int32, QueryRequest, Int32, Int32, CancellationToken, IProgressProgressReport) |
Query Audit with full field information.
|
![]() | QuerySlimAsync(Int32, QueryRequest, Int32, Int32) |
Query Audit Data.
|
![]() | QuerySlimAsync(Int32, QueryRequest, Int32, Int32, IProgressProgressReport) |
Query Audit Data.
|
![]() | QuerySlimAsync(Int32, QueryRequest, Int32, Int32, CancellationToken) |
Query Audit Data.
|
![]() | QuerySlimAsync(Int32, QueryRequest, Int32, Int32, CancellationToken, IProgressProgressReport) |
Query Audit Data.
|
See Also