dataPointReference method

  1. @Deprecated('The DataPoint endpoints is deprecated in CAWS. ' 'Data should be uploaded using the CARP-Core Data Stream endpoint.')
DataPointReference dataPointReference([
  1. String? studyDeploymentId
])

Creates a new DataPointReference initialized at the current CarpService storage location.

Implementation

@Deprecated('The DataPoint endpoints is deprecated in CAWS. '
    'Data should be uploaded using the CARP-Core Data Stream endpoint.')
DataPointReference dataPointReference([String? studyDeploymentId]) =>
    DataPointReference._(this, getStudyDeploymentId(studyDeploymentId));