Click or drag to resize
QueryInputFlatModel Class
Query input flat.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsQueryInputFlatModel

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 class QueryInputFlatModel

The QueryInputFlatModel type exposes the following members.

Constructors
  NameDescription
Public methodQueryInputFlatModel
Initializes a new instance of the QueryInputFlatModel class
Top
Properties
  NameDescription
Public propertyArguments
Gets or sets the arguments to the script or executable.
Public propertyCategory
Gets or sets the category.
Public propertyClassName
Gets or sets the name of the class.
Public propertyComparisonOperation
Gets or sets the comparison operation.
Public propertyCounter
Gets or sets the counter.
Public propertyCredentials
Gets or sets the credentials to be used by the query.
Public propertyCriteria
Gets or sets the criteria.
Public propertyEnginePort
Gets or sets the engine port.
Public propertyExternalDataRoot
Gets or sets the external data root.
Public propertyFileName
Gets or sets the file name of the script or executable to run.
Public propertyIdJob
Gets or sets the job identifier.
Public propertyInstance
Gets or sets the instance.
Public propertyIPAddress
Gets or sets the IP address to ping for a heartbeat.
Public propertyJobId
Gets or sets the job identifier.
Public propertyNetworkId
Gets or sets the server name or IP address to ping.
Public propertyOperation
Gets or sets the mode of query aggregation.
Public propertyParallelExecution
Gets or sets a value indicating whether the queries are to be executed in parallel.
Public propertyQueries
Gets or sets the enumerable collection of queries.
Public propertyReplicationSetName
Gets or sets the name of the replication set.
Public propertyResourceName
Gets or sets the name of the resource.
Public propertyRules
Gets or sets the rules.
Public propertyRunAs
Gets or sets the key to the credentials of the user as which the process will be run.
Public propertyServiceName
Gets or sets the name of the service to monitor.
Public propertySnapshotDataRoot
Gets or sets the snapshot data root.
Public propertyTarget
Gets or sets the target.
Public propertyTargetHostName
Gets or sets the name of the target host.
Public propertyVhdPath
Gets or sets the VHD path.
Public propertyVirtualSwitchInfoColl
Gets or sets the collection of virtual switch information.
Public propertyVmId
Gets or sets the VM identifier.
Public propertyWaitForCompletion
Gets or sets a value indicating whether to wait for completion.
Public propertyWaitForCompletionTimeout
Gets or sets the wait for completion timeout.
Public propertyWorkingDirectory
Gets or sets the working directory.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also