removeDataStreams abstract method

Future<Set<String>> removeDataStreams(
  1. List<String> studyDeploymentIds
)

Close data streams and remove all data for each of the studyDeploymentIds.

Returns the IDs of the study deployments for which data streams were configured. IDs for which no study deployment exists are ignored.

Implementation

Future<Set<String>> removeDataStreams(List<String> studyDeploymentIds);