<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

BrandingQueueQueryResultSet

Represents the output of a Branding queue query operation
public int CurrentStartIndex { get; set; }

Start index of the results relative to the entire query result set.

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

Query result items.

public int ResultCount { get; set; }

Count of objects returned for this call.

public int TotalResultCount { get; set; }

Total count of objects in the entire query (Including objects that were not returned in this call due to requested page size being smaller than TotalResultCount).