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

CacheLocationServerResponse

Represents the results of a read operation on a cache location 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.

public int CacheLocationCapacityInGigabytes { get; set; }

Gets or sets the capacity in gigabytes of the cache location server.

Gets or sets the status of the cache location cleanup process.

public int CacheLocationFreeSpaceInGigabytes { get; set; }

Gets or sets the free space in gigabytes of the cache location server.

public int CacheLocationFreeSpaceInPercents { get; set; }

Gets or sets the free space in percents of the cache location server.

public int? CacheLocationLowerThresholdInPercents { get; set; }

Gets or sets the lower threshold in percents of the cache location server.

public int? CacheLocationUpperThresholdInPercents { get; set; }

Gets or sets the upper threshold in percents of the cache location server.

Gets or sets the 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.

Gets or sets information about file access credentials object.

public bool IsDocumentCacheTimeBased { get; set; }

Gets or sets a value indicating whether the system is configured to use a time based document cache.

public bool IsVisible { get; set; }

Gets or sets a value indicating whether the 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 artifact.

Gets or sets the ID and name of the user who most 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 Type { get; set; }

Gets or sets the type of the server.

public string UncPath { get; set; }

Gets or sets the UNC path of the cache location server.