DeltaSyncConfig

Describes a Delta Sync configuration.

Types

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

Properties

Link copied to clipboard

The number of minutes that an Item is stored in the data source.

Link copied to clipboard

The Delta Sync table name.

Link copied to clipboard

The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.

Functions

Link copied to clipboard
inline fun copy(block: DeltaSyncConfig.Builder.() -> Unit = {}): DeltaSyncConfig
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