AgentResponse Class

Relativity Services API
Represents the results of a read operation on an agent.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
    Relativity.Services.Interfaces.Shared.Models.DisplayableObjectIdentifier
      Relativity.Services.Interfaces.Agent.Models.AgentResponse

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

public class AgentResponse : DisplayableObjectIdentifier

The AgentResponse type exposes the following members.

Constructors

  NameDescription
Public methodAgentResponse
Initializes a new instance of the AgentResponse class
Top
Properties

  NameDescription
Public propertyActions
Gets a list of RESTful operations that a user has permissions to perform on the agent.
Public propertyAgentServer
Gets the identifier for the server hosting the agent for a user with sufficient permissions.
Public propertyAgentType
Gets the identifier for the agent type for a user with sufficient permissions.
Public propertyArtifactID (Inherited from ObjectIdentifier.)
Public propertyCreatedBy
Gets the Artifact ID and name of the user who created the agent.
Public propertyCreatedOn
Gets the date and time when the agent was added to Relativity.
Public propertyDetailMessage
Gets a comprehensive version of the message that the agent logged to Relativity.
Public propertyEnabled
Gets a Boolean value indicating whether the agent is running.
Public propertyEventLevel
Gets the event type of the last message that the agent logged to Relativity.
Public propertyGuids (Inherited from ObjectIdentifier.)
Public propertyInterval
Gets the number of seconds that the agent should wait before checking the database for available jobs.
Public propertyKeywords
Gets optional words or phrases used to describe the agent.
Public propertyLastModifiedBy
Gets the Artifact ID and name of the user who recently updated the agent.
Public propertyLastModifiedOn
Gets the date and time when the agent was most recently updated.
Public propertyLastUpdate
Gets the date and time immediately before the most recent call to the execution method on the agent.
Public propertyLoggingLevel
Gets a value indicating the message type that the system logs in the Event Viewer.
Public propertyMessage
Gets the most recent message that the agent logged to Relativity.
Public propertyMessageTime
Gets the date and time when the agent last updated the Message property.
Public propertyMeta
Gets a list of unsupported and read-only properties on the current Agent object.
Public propertyName (Inherited from DisplayableObjectIdentifier.)
Public propertyNotes
Gets optional words or phrase used to describe 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