If the getList service of the alarm contains configured with the following conditions: "alarm_name" is "Alarm" and "startjime" < "$current_time" and "endjime" > "$current_time", and the input value is start: 0, limit: 10. What data will be returned?
A.
Query the alarms whose names contain "Alarm", and the current time is between the start_time and the end_time.
B.
Query the alarms whose names contain "Alarm" or the current time is between the start_time and the end_time.
C.
Query the alarms whose names contain "Alarm", and the start_time is earlier than the current time, or the end_time is later than the current time.
D.
Query the alarms whose names contain the alarm name, or the start_time is earlier than the current time, or the end_time is later than the current time.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit