public static class CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsBatchWindow
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
countBasedWindow
The maximum number of events that are allowed in the batch window.
|
Integer |
timeBasedWindow
The maximum period of time during which events are allowed in the batch window.
|
| 构造器和说明 |
|---|
CreateEventStreamingRequestRunOptionsBatchWindow() |
@NameInMap(value="CountBasedWindow") public Integer countBasedWindow
The maximum number of events that are allowed in the batch window. When this threshold is reached, data in the window is pushed to the downstream service. If multiple batch windows exist, data is pushed if the triggering conditions are met in one of the windows.
example:100
@NameInMap(value="TimeBasedWindow") public Integer timeBasedWindow
The maximum period of time during which events are allowed in the batch window. Unit: seconds. When this threshold is reached, data in the window is pushed to the downstream service. If multiple batch windows exist, data is pushed if the triggering conditions are met in one of the windows.
example:10
public CreateEventStreamingRequestRunOptionsBatchWindow()
public static CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsBatchWindow build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsBatchWindow setCountBasedWindow(Integer countBasedWindow)
public Integer getCountBasedWindow()
public CreateEventStreamingRequest.CreateEventStreamingRequestRunOptionsBatchWindow setTimeBasedWindow(Integer timeBasedWindow)
public Integer getTimeBasedWindow()
Copyright © 2026. All rights reserved.