Module Values.AutomaticBackupRetentionDaysSource

The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30.

Sourcetype nonrec t = int

The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30.

Sourceval make : int -> int
Sourceval of_string : string -> int
Sourceval to_value : 'a -> [> `Integer of 'a ]
Sourceval to_query : int -> Awso.Client.Query.t
Sourceval to_header : int -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> int
Sourceval of_json : Yojson.Safe.t -> int
Sourceval to_json : int -> Yojson.Safe.t