MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=streamconfigs
(main | streamconfigs)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: EventStreamConfig
- สัญญาอนุญาต: GPL-2.0-or-later
Exposes event stream config. Returns only format=json with formatversion=2.
Specific parameters:
Other general parameters are available.
- streams
List of streams to get config for
- คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
- Maximum number of values is 250 (500 for clients that are allowed higher limits).
- constraints
Filter results for stream config entries that have these settings
- คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- all_settings
- เลิกใช้แล้ว
Include all settings in stream config results. Deprecated since 1.41. All settings are included by default.
- Type: boolean (details)
ตัวอย่าง:
- Get stream configs for a list of streams
- api.php?action=streamconfigs&streams=mediawiki.page-view|mediawiki.button-click [เปิดในกระบะทราย]
- Get stream config for streams with all settings
- api.php?action=streamconfigs&streams=mediawiki.button-click [เปิดในกระบะทราย]
- Get stream config for streams that have settings matching these constraints
- api.php?action=streamconfigs&streams=mediawiki.button-click&constraints=event_service_name=eventgate-main [เปิดในกระบะทราย]