toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.inputs
/
BatchProcessorArgs
Batch
Processor
Args
data
class
BatchProcessorArgs
(
val
batchSize
:
Output
<
Int
>
?
=
null
,
val
timeout
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
BatchProcessorArgs
>
Batch processor.
Members
Constructors
Batch
Processor
Args
Link copied to clipboard
constructor
(
batchSize
:
Output
<
Int
>
?
=
null
,
timeout
:
Output
<
Int
>
?
=
null
)
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Output
<
Int
>
?
=
null
Size of the batch.
timeout
Link copied to clipboard
val
timeout
:
Output
<
Int
>
?
=
null
Timeout in milliseconds.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BatchProcessorArgs