Show / Hide Table of Contents

Class BackupConfiguration

Database instance backup configuration.

Inheritance
object
BackupConfiguration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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

BackupTier

Output only. Backup tier that manages the backups for the instance.

Declaration
[JsonProperty("backupTier")]
public virtual string BackupTier { get; set; }
Property Value
Type Description
string

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 used to perform point-in-time recovery (PITR) for the database.

Declaration
[JsonProperty("transactionalLogStorageState")]
public virtual string TransactionalLogStorageState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX