WindowResponse
Configured processing window
idstring
Example:
01HX9QRPBZW4EZG3BTYV7K0M5Wnamestring
Example:
payments-5minprofileIdstringnullable
Example:
acme-corpwindowTypeWindowType (string)
Processing window strategy
Possible values: [TUMBLING, SLIDING, SESSION, TIME_BASED, COUNT_BASED, EVENT_TRIGGERED]
Example:
TUMBLINGdurationMsinteger<int64>
Example:
300000maxRecordsinteger<int64>
Example:
10000cronExpressionstringnullable
Example:
nullcreatedAtstring<date-time>
Example:
2024-03-15T08:00:00ZupdatedAtstring<date-time>
Example:
2024-03-15T09:30:00ZWindowResponse
{
"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"
}