stream method

DataStreamReference stream(
  1. String studyDeploymentId
)

Gets a DataStreamReference for a studyDeploymentId.

Implementation

DataStreamReference stream(String studyDeploymentId) =>
    DataStreamReference._(this, studyDeploymentId);