toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.iotoperations.kotlin.outputs
/
BatchingConfigurationResponse
Batching
Configuration
Response
data
class
BatchingConfigurationResponse
(
val
latencySeconds
:
Int
?
=
null
,
val
maxMessages
:
Int
?
=
null
)
Batching configuration
Members
Constructors
Batching
Configuration
Response
Link copied to clipboard
constructor
(
latencySeconds
:
Int
?
=
null
,
maxMessages
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
latency
Seconds
Link copied to clipboard
val
latencySeconds
:
Int
?
=
null
Batching latency in seconds.
max
Messages
Link copied to clipboard
val
maxMessages
:
Int
?
=
null
Maximum number of messages in a batch.