Newer Version Available

This content describes an older version of this product. View Latest

WaveDataset

Represents the WaveDataset object in the Wave Analytics application. This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

WaveDataset components have the suffix .wds and are stored in the wave folder.

Version

WaveDataset components are available in API version 37.0 and later.

Fields

Field Name Field Type Description
application string Required. The internal name of the application.
description string The dataset description that appears in the user interface.
masterLabel string Required. The user interface label name of the Dataset.
templateAssetSourceName string Links the dataset to the template used to create it. Null for assets not created from a template.

Declarative Metadata Sample Definition

The following is an example of a WaveDataset component.

1<WaveDataset>
2    <application>SharedApp</application>
3    <description>description</description>
4    <masterLabel>datasetl</masterLabel>
5</WaveDataset>