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

CacheLocationServerResponse

Represents 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 capacity in gigabytes of the cache location server.

Gets or sets status of cache location cleanup process.

public int CacheLocationFreeSpaceInGigabytes { get; set; }

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

public int CacheLocationFreeSpaceInPercents { get; set; }

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

public int? CacheLocationLowerThresholdInPercents { get; set; }

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

public int? CacheLocationUpperThresholdInPercents { get; set; }

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

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.

Gets or sets information about file access credentials object.

public bool IsDocumentCacheTimeBased { get; set; }

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

public bool IsVisible { get; set; }

Gets or sets boolean value representing whether the cache location server should be available for selection while creating a workspace.

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

Gets or sets type of the server.

public string UncPath { get; set; }

Gets or sets UNC path of the cache location server.