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
Members
Member name | Value | Description | |
---|---|---|---|
MinPerEnvironment | 1 | Indicates that the recommended minimum number of agent instances for the Relativity environment is violated. | |
MaxPerEnvironment | 2 | Indicates that the maxmimum number of agent instances for the Relativity environment is violated. | |
MinPerResourcePool | 3 | Indicates that the minimum recommended number of agent instances for the resource pool is violated. | |
MinPerServer | 4 | Indicates that the minimum recommended number of agent instances for the server is violated. | |
MaxPerServer | 5 | Indicates that the maximum number of agent instances for the server is violated. | |
LastPerEnvironment | 6 | Indicates that that last instance of an agent type in the environment being disabled or deleted. |
See Also