new ControlStreams(networkPropertiesopt)
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
networkProperties |
Object |
<optional> |
{} |
Properties
|
Methods
(async) getControlStreamById(controlstreamId, controlStreamFilteropt) → {Promise.<ControlStream>}
Get a specific controlstream resource by ID
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
controlstreamId |
string | ID of requested controlstream | ||
controlStreamFilter |
ControlStreamFilter |
<optional> |
new ControlStreamFilter() | default controlstream filter |
Returns:
- The corresponding ControlStream
- Type
- Promise.<ControlStream>
(async) searchControlStreams(controlStreamFilteropt, pageSizeopt) → {Promise.<Collection.<ControlStream>>}
List or search all controlstreams available through this API.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
controlStreamFilter |
ControlStreamFilter |
<optional> |
new ControlStreamFilter() | default ControlStream filter |
pageSize |
Number |
<optional> |
10 | default page size |
Returns:
- A Collection of ControlStream
- Type
- Promise.<Collection.<ControlStream>>