<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Agent

public class Agent : Artifact
Represents the Relativity agent object.
public const int RunIntervalDefault = 3600

The default run interval.

public NamedArtifact AgentServer { get; set; }

public NamedArtifact AgentType { get; set; }

Gets or sets the kind of job that the agent executes.

public bool Enabled { get; set; }

Gets or sets a value indicating whether the enabled agent state.

public AgentLoggingLevelType LoggingLevel { get; set; }

Gets or sets the value indicating the message type that the system logs in the Event Viewer.

public string Message { get; set; }

Gets or sets the message for the agent. This property is only used for the response, so it will be ignored if you populate it as part of the request.

public string Name { get; set; }

Gets or sets the agent name.

public int RunInterval { get; set; }

Gets or sets the number of seconds that the agent should wait before checking the database for available jobs.

public Agent()