Show / Hide Table of Contents

Class BackupRetentionSettings

We currently only support backup retention by specifying the number of backups we will retain.

Inheritance
object
BackupRetentionSettings
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.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class BackupRetentionSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RetainedBackups

Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is 'COUNT', we will retain this many backups.

Declaration
[JsonProperty("retainedBackups")]
public virtual int? RetainedBackups { get; set; }
Property Value
Type Description
int?

RetentionUnit

The unit that 'retained_backups' represents.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX