toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.outputs
/
BatchProcessorResponse
Batch
Processor
Response
data
class
BatchProcessorResponse
(
val
batchSize
:
Int
?
=
null
,
val
timeout
:
Int
?
=
null
)
Batch processor.
Members
Constructors
Batch
Processor
Response
Link copied to clipboard
constructor
(
batchSize
:
Int
?
=
null
,
timeout
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Int
?
=
null
Size of the batch.
timeout
Link copied to clipboard
val
timeout
:
Int
?
=
null
Timeout in milliseconds.