8using System.Collections.Generic;
48 JSONNode jsonRequest = JSON.Parse(
"{}");
49 jsonRequest[
"function"] =
"";
50 jsonRequest[
"workspace"] = this.
workspace;
51 jsonRequest[
"proto"] = this.
proto;
53 jsonRequest[
"alert"] = this.
alert;
54 jsonRequest[
"type"] = this.
type;
Parent class of Receiver/SenderStreamParams with shared information.
StreamParams(string workspace, string type, string proto, JSONNode metadata, bool alert)
StreamParams(string workspace, string type, string proto)
virtual JSONNode toJSON()
StreamParams(string workspace, string type)