Click or drag to resize
ReplicationSetInfoModel Class
Replication set information.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsReplicationSetInfoModel

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 ReplicationSetInfoModel

The ReplicationSetInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodReplicationSetInfoModel
Initializes a new instance of the ReplicationSetInfoModel class
Top
Properties
  NameDescription
Public propertyByteCount
Gets or sets the byte count.
Public propertyDirectoryCount
Gets or sets the directory count.
Public propertyFileCount
Gets or sets the file count.
Public propertyIsCalculating
Gets or sets a value indicating whether the replication set size is currently being calculated.
Public propertyIsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Public propertyLastCalculated
Gets or sets the last calculated.
Public propertyLastSaved
Gets or sets the last saved.
Public propertyName
Gets or sets the name.
Public propertyRules
Gets or sets the rules.
Public propertyUsageType
Gets or sets the type of the usage.
Public propertyVolumeCount
Gets or sets the volume count.
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