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

Relativity.Infrastructure.V1.CacheLocationServer.Models.CacheLocationServerRequest

public class CacheLocationServerRequest : IHaveName, IHaveIsVisible, IHaveUncPath, IHaveFileAccessCredentials, IHaveKeywordsAndNotes
Represents a request for creating or updating a cache location server.
public Securable<ObjectIdentifier> FileAccessCredentials { get; set; }

Gets or sets information about the file access credentials object.

public bool IsVisible { get; set; }

Gets or sets a value indicating whether this cache location server should be available for selection while creating a workspace.

public string Keywords { get; set; }

Gets or sets the keywords associated with the resource server.

public string Name { get; set; }

Gets or sets the name of the cache location server.

public string Notes { get; set; }

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

public string UncPath { get; set; }

Gets or sets UNC path of the cache location server.

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

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

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