Skip to main content

WindowResponse

Configured processing window

idstring
Example: 01HX9QRPBZW4EZG3BTYV7K0M5W
namestring
Example: payments-5min
profileIdstringnullable
Example: acme-corp
windowTypeWindowType (string)

Processing window strategy

Possible values: [TUMBLING, SLIDING, SESSION, TIME_BASED, COUNT_BASED, EVENT_TRIGGERED]

Example: TUMBLING
durationMsinteger<int64>
Example: 300000
maxRecordsinteger<int64>
Example: 10000
cronExpressionstringnullable
Example: null
createdAtstring<date-time>
Example: 2024-03-15T08:00:00Z
updatedAtstring<date-time>
Example: 2024-03-15T09:30:00Z
WindowResponse
{
"id": "01HX9QRPBZW4EZG3BTYV7K0M5W",
"name": "payments-5min",
"profileId": "acme-corp",
"windowType": "TUMBLING",
"durationMs": 300000,
"maxRecords": 10000,
"cronExpression": null,
"createdAt": "2024-03-15T08:00:00Z",
"updatedAt": "2024-03-15T09:30:00Z"
}