public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow
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.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestRunOptionsBatchWindow() |
@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 UpdateEventStreamingRequestRunOptionsBatchWindow()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow setCountBasedWindow(Integer countBasedWindow)
public Integer getCountBasedWindow()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestRunOptionsBatchWindow setTimeBasedWindow(Integer timeBasedWindow)
public Integer getTimeBasedWindow()
Copyright © 2026. All rights reserved.