<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

WorkerManagerServerRequest

Represents a request for creating or updating a worker manager server.
public int DiscoveryPriority { get; set; }

Gets or sets the discovery priority of the worker manager server.

public int ImageOnTheFlyPriority { get; set; }

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

public int InventoryPriority { get; set; }

Gets or sets the inventory priority of the worker manager server.

public bool IsDefault { get; set; }

Gets or sets a value indicating 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 the mass imaging priority of the worker manager server.

public int MassSaveAsPdfPriority { get; set; }

Gets or sets the 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 the 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 the single save as PDF priority of the worker manager server.

public string TemporaryDirectory { get; set; }

Gets or sets the temporary directory of the worker manager server.

Initializes a new instance of the WorkerManagerServerRequest class with all properties set to their default values.

Initializes a new instance of the WorkerManagerServerRequest class with property values copied from a response object, which is useful for chaining commands.

Initializes a new instance of the WorkerManagerServerRequest class 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.