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

Relativity.Services.StaticObject.WorkspaceUpgradeQueueItem

Represents one item in Workspace Upgrade queue
public string CurrentCoreRelativityVersion { get; set; }

Current Relativity core version for the instance.

public string CurrentRelativityVersion { get; set; }

Current Relativity version

public string CurrentStoreVersion { get; set; }

Current store version

public int? DoneCount { get; set; }

Steps done count

public int? ErrorID { get; set; }

Error ID

public int? Order { get; set; }

Order

public string Priority { get; set; }

Priority

public int RootFolderID { get; set; }

Root folder ID

public int? StoreErrorID { get; set; }

Store error ID

public int? StoreUpgradeStatusID { get; set; }

Store upgrade status ID

public string StoreUpgradeStatusName { get; set; }

Store upgrade status name

public int StoreUpgradeStatusProgress { get; set; }

Store upgrade status progress percent (0-100)

Store upgrade status progress type

public int? ToDoCount { get; set; }

Steps to do count

public int UpgradeStatusID { get; set; }

Upgrade status ID

public string UpgradeStatusName { get; set; }

Upgrade status name

public int UpgradeStatusProgress { get; set; }

Upgrade status progress percent (0-100)

Upgrade status progress type

public int WorkspaceArtifactID { get; set; }

Workspce artifact ID

public string WorkspaceName { get; set; }

Workspace name

public string WorkspaceStatus { get; set; }

Workspace status

public string WorkspaceVersionStatus { get; set; }

Current status of the workspace relativity version, whether it is "Up to Date" or "Out of Date"