<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

UserInfoQueryResultSet

public class UserInfoQueryResultSet
Represents a list of users matching the conditions specified in a query.
public int CurrentStartIndex { get; set; }

Gets or sets the index of the first artifact in the result set.

public IEnumerable<UserInfo> DataResults { get; set; }

Gets or sets the results of the query as a list of UserInfo objects.

public int ResultCount { get; set; }

Gets or sets the number of objects returned by the current query.

public int TotalResultCount { get; set; }

Gets or sets the total number of objects in Relativity that meet the criteria of the query. Due to paging, this count may be larger than the number of objects returned in the ResultCount property.