Google Cloud AlloyDB for PostgreSQL V1 Client - Class QuantityBasedRetention (0.10.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class QuantityBasedRetention.

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

Generated from protobuf message google.cloud.alloydb.v1.AutomatedBackupPolicy.QuantityBasedRetention

Namespace

Google \ Cloud \ AlloyDb \ V1 \ AutomatedBackupPolicy

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ count int

The number of backups to retain.

getCount

The number of backups to retain.

Returns
Type Description
int

setCount

The number of backups to retain.

Parameter
Name Description
var int
Returns
Type Description
$this