Batch

class Batch

Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.

Types

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

Properties

Link copied to clipboard

End time of batch to split ingestion.

Link copied to clipboard

Start time of batch to split ingestion.

Functions

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