IntegrationAccountBatchConfigurationReleaseCriteria

data class IntegrationAccountBatchConfigurationReleaseCriteria(val batchSize: Int? = null, val messageCount: Int? = null, val recurrence: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence? = null)

Constructors

constructor(batchSize: Int? = null, messageCount: Int? = null, recurrence: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

The batch size in bytes for the Logic App Integration Batch Configuration.

Link copied to clipboard
val messageCount: Int? = null

The message count for the Logic App Integration Batch Configuration.

Link copied to clipboard

A recurrence block as documented below.