Class BackupExecFileSystemSelection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec file system selection.
public class BackupExecFileSystemSelection : BackupExecSelection
- Inheritance
-
BackupExecFileSystemSelection
- Inherited Members
Constructors
BackupExecFileSystemSelection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecFileSystemSelection class.
public BackupExecFileSystemSelection()
Properties
DateRangeString
Gets the date range as a human readable string.
public string DateRangeString { get; set; }
Property Value
DisplayName
Gets the display name of the selection type.
public override string DisplayName { get; }
Property Value
DisplayValue
Gets the configured display value.
public override string DisplayValue { get; }
Property Value
FilesNotAccessedDays
Gets or sets the number of days in which files have not been accessed for them to be considered part of the selection. A value of zero indicates that this setting is not used.
public int FilesNotAccessedDays { get; set; }
Property Value
FromDate
Gets or sets the date from which files should be selected. When the value is set to DateTime.MinValue this property is ignored.
public DateTime FromDate { get; set; }
Property Value
IncludeOnlyModifiedFiles
Gets or sets whether the selection should apply only to modified files.
public BooleanOption IncludeOnlyModifiedFiles { get; set; }
Property Value
IncludeOnlyReadOnlyFiles
Gets or sets the selection should include only read-only files.
public BooleanOption IncludeOnlyReadOnlyFiles { get; set; }
Property Value
Path
Gets or sets the path of the file(s) in the selection.
public string Path { get; set; }
Property Value
Recurse
Gets or sets determines whether the selection should also apply to subdirectories.
public BooleanOption Recurse { get; set; }
Property Value
ToDate
Gets or sets the date to which files should be selected. When the value is set to DateTime.MinValue this property is ignored.
public DateTime ToDate { get; set; }
Property Value
Volume
Gets or sets the volume (resource name).
public string Volume { get; set; }
Property Value
Methods
ToString()
Returns the CENTREL.XIA.Configuration.Types.BackupExecFileSystemSelection object as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.BackupExecFileSystemSelection object as a human readable string.