AgentInstanceLimit Enumeration

Relativity Services API
Indicates when a minimum or maximum limit for agents allowed in an Relativity environment, server, or resource pool has been violated.

Namespace:  Relativity.Services.Interfaces.Agent.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum AgentInstanceLimit
Members

  Member nameValueDescription
MinPerEnvironment1 Indicates that the recommended minimum number of agent instances for the Relativity environment is violated.
MaxPerEnvironment2 Indicates that the maxmimum number of agent instances for the Relativity environment is violated.
MinPerResourcePool3 Indicates that the minimum recommended number of agent instances for the resource pool is violated.
MinPerServer4 Indicates that the minimum recommended number of agent instances for the server is violated.
MaxPerServer5 Indicates that the maximum number of agent instances for the server is violated.
LastPerEnvironment6 Indicates that that last instance of an agent type in the environment being disabled or deleted.
See Also

Reference