public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow
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.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataRunOptionsBatchWindow() |
@NameInMap(value="CountBasedWindow") public Integer countBasedWindow
The maximum number of events that are allowed in the batch window. If this threshold is reached, data in the window is pushed downstream. When multiple batch windows exist, data is pushed if 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. If this threshold is reached, data in the window is pushed downstream. When multiple batch windows exist, data is pushed if triggering conditions are met in one of the windows.
example:10
public GetEventStreamingResponseBodyDataRunOptionsBatchWindow()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow setCountBasedWindow(Integer countBasedWindow)
public Integer getCountBasedWindow()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataRunOptionsBatchWindow setTimeBasedWindow(Integer timeBasedWindow)
public Integer getTimeBasedWindow()
Copyright © 2026. All rights reserved.