update_direct_query_refresh_schedule_in_group: Updates the refresh schedule for the specified DirectQuery or...

Description Usage Arguments Value

View source: R/datasets.R

Description

Updates the refresh schedule for the specified DirectQuery or LiveConnection dataset from the specified workspace.This operation is only supported for the dataset owner.A request should contain either a combination of days and times (setting times is optional, otherwise a default single time per day is used) or a valid frequency, but not both.Setting frequency will automatically truncate the days and times arrays.Required scope: Dataset.ReadWrite.All

Usage

1
2
3
4
5
6
7
update_direct_query_refresh_schedule_in_group(
  token,
  datasetId,
  groupId,
  value,
  output = "value"
)

Arguments

groupId

OK

Value

A 'data.frame' object.


assuncaolfi/pbr documentation built on May 12, 2020, 12:56 a.m.