<PackageReference Include="Relativity.API" Version="17.0.4" />

IAgent

public interface IAgent : IArtifact, IArtifactRef
Represents a Relativity agent.
int AgentTypeArtifactID { get; set; }

The artifact ID of the Agent Type that this agent is an instance of.

string DetailMessage { get; set; }

Additional information about the current message.

bool Enabled { get; set; }

Indicates if the agent is enabled.

double Interval { get; set; }

The execution interval of the agent.

DateTime LastUpdate { get; set; }

The last time the agent was updated.

int LoggingLevel { get; set; }

Controls the agent message types that the system logs in the Event Viewer.

string Message { get; set; }

The current message on the agent.

DateTime MessageTime { get; set; }

The time the current message on the agent was set.

string MessageType { get; set; }

The type of the current message such as Informational, Warning, or Error.

string Name { get; set; }

The name of the agent.

int ServerArtifactID { get; set; }

The artifact ID of the resource server that this agent instance is on.