GetSlotsSlot

data class GetSlotsSlot(val database: String, val plugin: String, val slotName: String, val slotStatus: String, val slotType: String, val temporary: String, val walDelay: String)

Constructors

Link copied to clipboard
constructor(database: String, plugin: String, slotName: String, slotStatus: String, slotType: String, temporary: String, walDelay: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the database where Replication Slot is located.

Link copied to clipboard

The plugin used by Replication Slot.

Link copied to clipboard

The Replication Slot name.

Link copied to clipboard

The Replication Slot status.

Link copied to clipboard

The Replication Slot type.

Link copied to clipboard

Is the Replication Slot temporary.

Link copied to clipboard

The amount of logs accumulated by Replication Slot.