Show / Hide Table of Contents

Class QuantityBasedExpiry

A backup's position in a quantity-based retention queue, of backups with the same source cluster and type, with length, retention, specified by the backup's retention policy. Once the position is greater than the retention, the backup is eligible to be garbage collected. Example: 5 backups from the same source cluster and type with a quantity-based retention of 3 and denoted by backup_id (position, retention). Safe: backup_5 (1, 3), backup_4, (2, 3), backup_3 (3, 3). Awaiting garbage collection: backup_2 (4, 3), backup_1 (5, 3)

Inheritance
object
QuantityBasedExpiry
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class QuantityBasedExpiry : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RetentionCount

Output only. The backup's position among its backups with the same source cluster and type, by descending chronological order create time(i.e. newest first).

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

TotalRetentionCount

Output only. The length of the quantity-based queue, specified by the backup's retention policy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX