Class BackupExecDiskStorageDeviceServerConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec disk storage device server connection.
public class BackupExecDiskStorageDeviceServerConnection : GlobalSerializableClassicBase, IComparable<BackupExecDiskStorageDeviceServerConnection>
- Inheritance
-
BackupExecDiskStorageDeviceServerConnection
- Implements
Constructors
BackupExecDiskStorageDeviceServerConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecDiskStorageDeviceServerConnection class.
public BackupExecDiskStorageDeviceServerConnection()
Properties
AllowedConcurrentWriteOperations
Gets or sets the maximum number of allowed concurrent write operations.
public int AllowedConcurrentWriteOperations { get; set; }
Property Value
BufferedReadsEnabled
Gets or sets whether buffered reads are enabled. This setting only applies when "BufferedReadsWritesAutoDetectEnabled" is set to false.
public BooleanOption BufferedReadsEnabled { get; set; }
Property Value
BufferedReadsWritesAutoDetectEnabled
Gets or sets whether the buffered read and write settings should be auto-detected.
public BooleanOption BufferedReadsWritesAutoDetectEnabled { get; set; }
Property Value
BufferedWritesEnabled
Gets or sets whether buffered writes are enabled. This setting only applies when "BufferedReadsWritesAutoDetectEnabled" is set to false.
public BooleanOption BufferedWritesEnabled { get; set; }
Property Value
ConnectionType
Gets or sets the connection type.
public BackupExecDiskStorageDeviceServerConnectionType ConnectionType { get; set; }
Property Value
ConnectionTypeString
Gets the connection type as a human readable string.
public string ConnectionTypeString { get; set; }
Property Value
Name
Gets or sets the name of the server to which the device is connected.
public string Name { get; set; }
Property Value
Path
Gets or sets the path to the disk storage device - for example a UNC or local disk path.
public string Path { get; set; }
Property Value
Methods
CompareTo(BackupExecDiskStorageDeviceServerConnection)
Compares two CENTREL.XIA.Configuration.Types.BackupExecDiskStorageDeviceServerConnection objects to allow sorting alphabetically by name.
public int CompareTo(BackupExecDiskStorageDeviceServerConnection other)
Parameters
other
BackupExecDiskStorageDeviceServerConnectionThe CENTREL.XIA.Configuration.Types.BackupExecDiskStorageDeviceServerConnection to compare to.
Returns
- int
The sort order of the two items.