Data Sets
Operations
| Add Data Set |
Creates a new DataSet CatalogItem. |
| Delete Data Set |
Deletes the specified DataSet. |
| Get Data Set |
Gets a DataSet CatalogItem specified by the Id. |
| Get Data Set Aggregated Value |
Gets the value for the specified DataSet column using the given aggregation type. |
| Get Data Set Allowed Actions |
Gets a list of actions allowed in the current session; user permissions and product edition capabilities are considered when querying. |
| Get Data Set Cache Options |
Gets the CacheOption's content for a given DataSet. |
| Get Data Set Cache Refresh Plans |
Gets the CacheRefreshPlans for a given DataSet. |
| Get Data Set Content |
Gets the content of the specified DataSet CatalogItem specified by the Id. |
| Get Data Set Data |
Gets the query results for the specified DataSet. |
| Get Data Set Data Source |
Gets the DataSource specified by the DataSourceId that is associated with the DataSet. |
| Get Data Set Data Sources |
Gets the DataSources associated with the specified DataSet. |
| Get Data Set Dependent Items |
Returns a list of CatalogItems that reference the specified DataSet. |
| Get Data Set O Data Feed |
Gets the data for a given DataSet. With the exception of the ID property, columns that are defined in the DataSet will be returned as open or dynamic types in t... |
| Get Data Set Parameter Definitions |
Gets the ParameterDefinitions associated with the specified DataSet. |
| Get Data Set Policies |
Gets ItemPolicies associated with the specified DataSet CatalogItem. |
| Get Dataset Properties |
Gets DataSet Properties (takes list of property names to retrieve the values) |
| Get Data Sets |
Gets an array of DataSet CatalogItems. |
| Get Data Set Schema |
Gets the schema for the specified DataSet. |
| Set Data Set Cache Options |
Replaces the CacheOption's content for a given DataSet using the provided definition. |
| Set Data Set Data Source |
Updates the DataSource specified by the DataSourceId that is associated with the DataSet. |
| Set Data Set Data Sources |
Updates the DataSource definition associated with the specified DataSet. |
| Set Data Set Policies |
Replaces ItemPolicies associated with the specified DataSet item. |
| Update Data Set |
Updates the specified DataSet CatalogItem using the provided definition. |
| Update Data Set Parameter Definitions |
Updates the ParameterDefinitions associated with the DataSet specified. |
| Update Dataset Properties |
Updates the DataSet Properties included in the given list. |
| Upload Data Set |
Does an efficient binary upload of a new or existing DataSet CatalogItem from a multipart/form-data request. Use of this API is recommended for files larger tha... |