Class BackupRetentionSettings
We currently only support backup retention by specifying the number of backups we will retain.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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 |