DataSet

class DataSet

Dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the resource.

Link copied to clipboard

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

Link copied to clipboard

A set of one or more definitions of a <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a> .

Link copied to clipboard

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

Link copied to clipboard

The time that this dataset was created.

Link copied to clipboard

The ID of the dataset.

Link copied to clipboard

The parameters that are declared in a dataset.

Link copied to clipboard

The usage configuration to apply to child datasets that reference this dataset as a source.

Link copied to clipboard

The folder that contains fields and nested subfolders for your dataset.

Link copied to clipboard

A value that indicates whether you want to import the data into SPICE.

Link copied to clipboard

The last time that this dataset was updated.

Link copied to clipboard

Configures the combination and transformation of the data from the physical tables.

Link copied to clipboard
val name: String?

A display name for the dataset.

Link copied to clipboard

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

Link copied to clipboard

Declares the physical tables that are available in the underlying data sources.

Link copied to clipboard

The row-level security configuration for the dataset.

Link copied to clipboard

The element you can use to define tags for row-level security.

Functions

Link copied to clipboard
inline fun copy(block: DataSet.Builder.() -> Unit = {}): DataSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String