interface LogsPolicy {
    maxAgeRetention?: number;
    totalDiskRetention?: number;
}

Properties

maxAgeRetention?: number

Max age (in days) of remote logs to keep on the Database Instance.

totalDiskRetention?: number

Max disk size of remote logs to keep on the Database Instance.