Class BackupConfiguration
Database instance backup configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class BackupConfiguration : IDirectResponseSchema
Properties
BackupRetentionSettings
Backup retention settings.
Declaration
[JsonProperty("backupRetentionSettings")]
public virtual BackupRetentionSettings BackupRetentionSettings { get; set; }
Property Value
Type | Description |
---|---|
BackupRetentionSettings |
BinaryLogEnabled
(MySQL only) Whether binary log is enabled. If backup configuration is disabled, binarylog must be disabled as well.
Declaration
[JsonProperty("binaryLogEnabled")]
public virtual bool? BinaryLogEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Whether this configuration is enabled.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Kind
This is always sql#backupConfiguration
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Location of the backup
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
PointInTimeRecoveryEnabled
Whether point in time recovery is enabled.
Declaration
[JsonProperty("pointInTimeRecoveryEnabled")]
public virtual bool? PointInTimeRecoveryEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReplicationLogArchivingEnabled
Reserved for future use.
Declaration
[JsonProperty("replicationLogArchivingEnabled")]
public virtual bool? ReplicationLogArchivingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StartTime
Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM
.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Type | Description |
---|---|
string |
TransactionLogRetentionDays
The number of days of transaction logs we retain for point in time restore, from 1-7.
Declaration
[JsonProperty("transactionLogRetentionDays")]
public virtual int? TransactionLogRetentionDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
TransactionalLogStorageState
Output only. This value contains the storage location of transactional logs for the database for point-in-time recovery.
Declaration
[JsonProperty("transactionalLogStorageState")]
public virtual string TransactionalLogStorageState { get; set; }
Property Value
Type | Description |
---|---|
string |