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

WorkerServerResponse

Gets or sets the server name of the worker 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 bool IsWorkerLicensedForProcessing { get; set; }

Gets or sets boolean value representing whether the worker server is licensed for processing.

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 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 DisplayableObjectIdentifier Status { get; set; }

Gets or sets the status of the worker 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 server.

Gets or sets a list of designated work assigned to the server.

Gets or sets information about the worker manager server this worker server is assigned to.

public int WorkerRunningThreads { get; set; }

Gets or sets count of threads running on the worker server.

public string WorkerStatus { get; set; }

Gets or sets status of the worker.

public int WorkerTotalThreads { get; set; }

Gets or sets total count of threads on the worker server.

public long WorkerWorkStationID { get; set; }

Gets or sets identifier of the workstation of the worker server.