Returns a subset of a result set of analytics objects matching the specified query token.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<AnalyticsSearchQueryResultSet> QuerySubsetAsync( int workspaceArtifactID, string queryToken, int start, int length )
Parameters
- workspaceArtifactID
- Type: System.Int32
- queryToken
- Type: System.String
- start
- Type: System.Int32
- length
- Type: System.Int32
Return Value
Type: Task<AnalyticsSearchQueryResultSet>See Also