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

WorkerManagerServerRequest

Represents a request for creating or updating a worker manager server.
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 resource server.

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 string Name { get; set; }

Gets or sets the name of the worker manager server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

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 string TemporaryDirectory { get; set; }

Gets or sets temporary directory of the worker manager server.

Initializes an instance of a worker manager server with all properties set to their default values

Initializes an instance of a worker manager server with a response object, which is useful for chaining commands.

Initializes an instance of a worker manager server with a default values object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.

Allows a default values object to be implicitly converted to a request object.