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

GetAllInstallStatusResponse

The application associated with the install.

public int CurrentStartIndex { get; set; }

Gets the starting index for the current page.

public Action FirstPage { get; set; }

Gets a RESTful operation that requests the first page of results.

public Action LastPage { get; set; }

Gets a RESTful operation that requests the last page of results.

public Action NextPage { get; set; }

Gets a RESTful operation that requests the next page of results.

public Action PreviousPage { get; set; }

Gets a RESTful operation that requests the previous page of results.

public int ResultCount { get; set; }

Gets the total number of records available in the current page.

public List<GetInstallStatusResponse> Results { get; set; }

A list of install statuses.

public InstallStatusSummary Summary { get; set; }

A breakdown of an application's install status across all workspaces.

public int TotalCount { get; set; }

Gets the total number of records available.