<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

WorkerManagerServerResponse

Represents results of a read operation on a worker manager server.
public List<Action> Actions { get; set; }

Gets or sets a list of RESTful operations that a user has permissions to perform on the artifact.

Gets or sets the Artifact ID and name of the user who created the artifact.

public DateTime CreatedOn { get; set; }

Gets or sets the date and time when the artifact was added to Relativity.

public int DiscoveryPriority { get; set; }

Gets or sets discovery priority of the worker manager server.

public int ImageOnTheFlyPriority { get; set; }

Gets or sets image on the fly priority of the worker manager server.

public int InventoryPriority { get; set; }

Gets or sets inventory priority of the worker manager server.

public bool IsDefault { get; set; }

Gets or sets a boolean value representing whether this is server is the default worker manager server.

public string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

Gets or sets the Artifact ID and name of the user who recently updated the artifact.

public DateTime LastModifiedOn { get; set; }

Gets or sets the date and time when the artifact was most recently updated.

public int MassImagingPriority { get; set; }

Gets or sets mass imaging priority of the worker manager server.

public int MassSaveAsPdfPriority { get; set; }

Gets or sets mass save as PDF priority of the worker manager server.

public Meta Meta { get; set; }

Gets or sets a list of unsupported and read-only properties on the current artifact.

public string Notes { get; set; }

Gets or sets an optional description or other information about the artifact.

public int PublishPriority { get; set; }

Gets or sets publish priority of the worker manager server.

public string ServerName { get; set; }

Gets or sets the server name of the worker manager server.

public int SingleSaveAsPdfPriority { get; set; }

Gets or sets single save as PDF priority of the worker manager server.

public DisplayableObjectIdentifier Status { get; set; }

Gets or sets status of the worker manager server.

public string TemporaryDirectory { get; set; }

Gets or sets temporary directory of the worker manager server.

public DisplayableObjectIdentifier Type { get; set; }

Gets or sets type of the server.

public string Version { get; set; }

Gets or sets version of the worker manager server.

public string WindowsServiceStatus { get; set; }

Gets or sets status of Windows service this server is hosting.