BatchReleaseCriteriaResponse

data class BatchReleaseCriteriaResponse(val batchSize: Int? = null, val messageCount: Int? = null, val recurrence: WorkflowTriggerRecurrenceResponse? = null)

The batch release criteria.

Constructors

Link copied to clipboard
constructor(batchSize: Int? = null, messageCount: Int? = null, recurrence: WorkflowTriggerRecurrenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

The batch size in bytes.

Link copied to clipboard
val messageCount: Int? = null

The message count.

Link copied to clipboard

The recurrence.