Click or drag to resize
JobUsageDataModel Class
Job usage data.
Inheritance Hierarchy
System.Object
  DoubleTake.Web.Models.JobUsageDataModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public sealed class JobUsageDataModel

The JobUsageDataModel type exposes the following members.

Constructors
  NameDescription
Public methodJobUsageDataModel
Initializes a new instance of the JobUsageDataModel class
Top
Properties
  NameDescription
Public propertyIsInitialData
Gets or sets a value indicating whether the initial data was recorded when the job was created.
Public propertyJobOrConnectionId
Gets or sets the job or connection ID.
Public propertyJobOrConnectionName
Gets or sets the job or connection name.
Public propertyJobOrConnectionType
Gets or sets the job or connection type.
Public propertyJobStatus
Gets or sets the job status.
Public propertyPersistencePath
Gets or sets the job persistence path.
Public propertySourceActivationStatus
Gets or sets the source activation status.
Public propertySourceNetworkId
Gets or sets the source network ID (usually host name).
Public propertySourceUniqueId
Gets or sets the source unique ID (aka hardware ID).
Public propertyTargetNetworkId
Gets or sets the target network ID (usually host name).
Public propertyTargetUniqueId
Gets or sets the target unique ID (aka hardware ID).
Public propertyTimestamp
Gets or sets the time when the data was collected.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also