Dataset class

Constructors

Dataset({List<DatasetAccess>? access, String? creationTime, DatasetReference? datasetReference, String? defaultCollation, EncryptionConfiguration? defaultEncryptionConfiguration, String? defaultPartitionExpirationMs, String? defaultRoundingMode, String? defaultTableExpirationMs, String? description, String? etag, ExternalDatasetReference? externalDatasetReference, String? friendlyName, String? id, bool? isCaseInsensitive, String? kind, Map<String, String>? labels, String? lastModifiedTime, String? location, String? maxTimeTravelHours, bool? satisfiesPzs, String? selfLink, String? storageBillingModel, List<DatasetTags>? tags})
Dataset.fromJson(Map json_)

Properties

access List<DatasetAccess>?
An array of objects that define dataset access for one or more entities.
getter/setter pair
creationTime String?
[Output-only] The time when this dataset was created, in milliseconds since the epoch.
getter/setter pair
datasetReference DatasetReference?
A reference that identifies the dataset.
getter/setter pair
defaultCollation String?
[Output-only] The default collation of the dataset.
getter/setter pair
defaultEncryptionConfiguration EncryptionConfiguration?
getter/setter pair
defaultPartitionExpirationMs String?
The default partition expiration for all partitioned tables in the dataset, in milliseconds.
getter/setter pair
defaultRoundingMode String?
[Output-only] The default rounding mode of the dataset.
getter/setter pair
defaultTableExpirationMs String?
The default lifetime of all tables in the dataset, in milliseconds.
getter/setter pair
description String?
A user-friendly description of the dataset.
getter/setter pair
etag String?
[Output-only] A hash of the resource.
getter/setter pair
externalDatasetReference ExternalDatasetReference?
Information about the external metadata storage where the dataset is defined.
getter/setter pair
friendlyName String?
A descriptive name for the dataset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId.
getter/setter pair
isCaseInsensitive bool?
Indicates if table names are case insensitive in the dataset.
getter/setter pair
kind String?
[Output-only] The resource type.
getter/setter pair
labels Map<String, String>?
The labels associated with this dataset.
getter/setter pair
lastModifiedTime String?
[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
getter/setter pair
location String?
The geographic location where the dataset should reside.
getter/setter pair
maxTimeTravelHours String?
Number of hours for the max time travel for all tables in the dataset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzs bool?
[Output-only] Reserved for future use.
getter/setter pair
[Output-only] A URL that can be used to access the resource again.
getter/setter pair
storageBillingModel String?
Storage billing model to be used for all tables in the dataset.
getter/setter pair
tags List<DatasetTags>?
[Optional]The tags associated with this dataset.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited