Enum ServerMonitoringMode
Represents the server monitoring mode.
public enum ServerMonitoringModeFields
- Auto = 0
- Use polling protocol on FaaS platforms or streaming protocol otherwise. (Default) 
- Poll = 1
- Use polling protocol. 
- Stream = 2
- Use streaming protocol.