DataStreamReference class

Provides a reference to the data stream endpoint in a CARP web service.

Used to:

  • append data to the stream.
  • get data from the stream.
Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
no setterinherited
rpcEndpointUri String
The URL for the data stream service endpoint.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service CarpBaseService
getter/setter pairinherited
studyDeploymentId String
The CARP study deployment ID.
getter/setter pair

Methods

append(List<DataStreamBatch> batch) Future<void>
Append a batch of data measures to this data stream.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited