DataSet class
Dataset.
Constructors
-
DataSet({String? arn, List<
ColumnGroup> ? columnGroups, List<ColumnLevelPermissionRule> ? columnLevelPermissionRules, int? consumedSpiceCapacityInBytes, DateTime? createdTime, String? dataSetId, DataSetImportMode? importMode, DateTime? lastUpdatedTime, Map<String, LogicalTable> ? logicalTableMap, String? name, List<OutputColumn> ? outputColumns, Map<String, PhysicalTable> ? physicalTableMap, RowLevelPermissionDataSet? rowLevelPermissionDataSet}) -
DataSet.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the resource.
final
-
columnGroups
→ List<
ColumnGroup> ? -
Groupings of columns that work together in certain Amazon QuickSight
features. Currently, only geospatial hierarchy is supported.
final
-
columnLevelPermissionRules
→ List<
ColumnLevelPermissionRule> ? -
A set of one or more definitions of a
ColumnLevelPermissionRule
.final - consumedSpiceCapacityInBytes → int?
-
The amount of SPICE capacity used by this dataset. This is 0 if the dataset
isn't imported into SPICE.
final
- createdTime → DateTime?
-
The time that this dataset was created.
final
- dataSetId → String?
-
The ID of the dataset.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importMode → DataSetImportMode?
-
A value that indicates whether you want to import the data into SPICE.
final
- lastUpdatedTime → DateTime?
-
The last time that this dataset was updated.
final
-
logicalTableMap
→ Map<
String, LogicalTable> ? -
Configures the combination and transformation of the data from the physical
tables.
final
- name → String?
-
A display name for the dataset.
final
-
outputColumns
→ List<
OutputColumn> ? -
The list of columns after all transforms. These columns are available in
templates, analyses, and dashboards.
final
-
physicalTableMap
→ Map<
String, PhysicalTable> ? -
Declares the physical tables that are available in the underlying data
sources.
final
- rowLevelPermissionDataSet → RowLevelPermissionDataSet?
-
The row-level security configuration for the dataset.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited