JobInfoModel Class |
Namespace: DoubleTake.Web.Models
The JobInfoModel type exposes the following members.
| Name | Description | |
|---|---|---|
| JobInfoModel | Initializes a new instance of the JobInfoModel class |
| Name | Description | |
|---|---|---|
| CreatorUserName |
Gets or sets the name of the user who created this job.
| |
| Features |
Gets or sets the additional features supported by this job.
| |
| Id |
Gets or sets the unique identifier of this job.
| |
| JobType |
Gets or sets the type of this job.
| |
| LoadedFromDisk |
Gets or sets a value indicating whether this job was loaded from persistence.
| |
| Managed |
Gets or sets a value indicating whether or not this job is managed by the unified job manager.
| |
| Options |
Gets or sets the current options for this job.
| |
| OtherServers |
Gets or sets the server connection information for other servers involved in the job.
| |
| SourceServer |
Gets or sets the source server connection information.
| |
| SourceUniqueId |
Gets or sets the unique identifier of the source server.
| |
| Statistics |
Gets or sets the current statistics of this job.
| |
| Status |
Gets or sets the current status of this job.
| |
| TargetServer |
Gets or sets the target server connection information.
| |
| TargetUniqueId |
Gets or sets the unique identifier of the target server.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |