# NOT RUN {
# The example sets and then enacts a data retrieval policy.
svc$set_data_retrieval_policy(
  Policy = list(
    Rules = list(
      list(
        BytesPerHour = 10737418240,
        Strategy = "BytesPerHour"
      )
    )
  ),
  accountId = "-"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab