Asynchronously queries for a subset of a collection of Search Container instances.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<SearchContainerQueryResultSet> QuerySubsetAsync( int workspaceArtifactID, string queryToken, int start, int length )
Parameters
- workspaceArtifactID
- Type: System.Int32
Workspace the search contianer is under. - queryToken
- Type: System.String
Search Query Token. - start
- Type: System.Int32
Starting index for this query. - length
- Type: System.Int32
Number of results to return.
Return Value
Type: Task<SearchContainerQueryResultSet>A SearchContainerResultSet containing query results.
See Also