AgentRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating an agent.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Agent.Models.AgentRequest

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

public class AgentRequest

The AgentRequest type exposes the following members.

Constructors

  NameDescription
Public methodAgentRequest()
Initializes an instance of the AgentRequest class with all properties set to null.
Public methodAgentRequest(AgentResponse)
Initializes an instance of the AgentRequest class with a response object, which is useful for chaining commands.
Top
Properties

  NameDescription
Public propertyAgentServer
Gets or sets the identifier for the server hosting the agent.
Public propertyAgentType
Gets or sets the identifier for the agent type.
Public propertyEnabled
Gets or sets a Boolean value indicating whether the agent is running.
Public propertyInterval
Gets or sets the number of seconds the agent manager will wait between each agent execution.
Public propertyKeywords
Gets or sets any keywords associated with the agent.
Public propertyLoggingLevel
Gets or sets a value indicating the message type that the system logs in the Event Viewer.
Public propertyNotes
Gets or sets an optional description or other information about the agent.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference