Class SqlServerDatabaseSettingsProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the server database settings properties of a SQL instance.
public class SqlServerDatabaseSettingsProperties : BypassSection
- Inheritance
-
SqlServerDatabaseSettingsProperties
- Inherited Members
Constructors
SqlServerDatabaseSettingsProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlServerDatabaseSettingsProperties class.
public SqlServerDatabaseSettingsProperties()
Properties
CompressBackup
Gets or sets whether to compress the backup by default.
public BooleanOption CompressBackup { get; set; }
Property Value
DefaultBackupPath
Gets or sets the absolute path to the default backup directory.
public string DefaultBackupPath { get; set; }
Property Value
DefaultDatabasePath
Gets or sets the absolute path to the default database directory.
public string DefaultDatabasePath { get; set; }
Property Value
DefaultLogPath
Gets or sets the absolute path to the default database log file directory.
public string DefaultLogPath { get; set; }
Property Value
FillFactor
Gets or sets the default index fill factor.
public int FillFactor { get; set; }
Property Value
MediaRetention
Gets or sets the default backup media retention in days.
public int MediaRetention { get; set; }
Property Value
RecoveryInterval
Gets or sets the recovery interval in minutes.
public int RecoveryInterval { get; set; }
Property Value
Methods
ToString()
Returns the database settings properties as a human readable string.
public override string ToString()
Returns
- string
The database settings properties as a human readable string.