RecordExpiration

The journal table record expiration settings for a journal table in an S3 Metadata configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int?

If you enable journal table record expiration, you can set the number of days to retain your journal table records. Journal table records must be retained for a minimum of 7 days. To set this value, specify any whole number from 7 to 2147483647. For example, to retain your journal table records for one year, set this value to 365.

Link copied to clipboard

Specifies whether journal table record expiration is enabled or disabled.

Functions

Link copied to clipboard
inline fun copy(block: RecordExpiration.Builder.() -> Unit = {}): RecordExpiration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String