Represents a DTO used as a request for creating or updating an agent.
Inheritance Hierarchy
Relativity.Services.Interfaces.Agent.Models.AgentRequest
Namespace: Relativity.Services.Interfaces.Agent.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The AgentRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AgentRequest() |
Initializes an instance of the AgentRequest class with all properties set to null.
|
![]() | AgentRequest(AgentResponse) |
Initializes an instance of the AgentRequest class with a response object, which is useful for chaining commands.
|
Properties
Name | Description | |
---|---|---|
![]() | AgentServer |
Gets or sets the identifier for the server hosting the agent.
|
![]() | AgentType |
Gets or sets the identifier for the agent type.
|
![]() | Enabled |
Gets or sets a Boolean value indicating whether the agent is running.
|
![]() | Interval |
Gets or sets the number of seconds the agent manager will wait between each agent execution.
|
![]() | Keywords |
Gets or sets any keywords associated with the agent.
|
![]() | LoggingLevel |
Gets or sets a value indicating the message type that the system logs in the Event Viewer.
|
![]() | Notes |
Gets or sets an optional description or other information about the agent.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also