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, ExternalCatalogDatasetOptions? externalCatalogDatasetOptions, ExternalDatasetReference? externalDatasetReference, String? friendlyName, String? id, bool? isCaseInsensitive, String? kind, Map<String, String> ? labels, String? lastModifiedTime, LinkedDatasetMetadata? linkedDatasetMetadata, LinkedDatasetSource? linkedDatasetSource, String? location, String? maxTimeTravelHours, Map<String, String> ? resourceTags, RestrictionConfig? restrictions, bool? satisfiesPzi, bool? satisfiesPzs, String? selfLink, String? storageBillingModel, List<DatasetTags> ? tags, String? type}) - 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?
-
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?
-
Defines the default collation specification of future tables created in
the dataset.
getter/setter pair
- defaultEncryptionConfiguration ↔ EncryptionConfiguration?
-
The default encryption key for all tables in the dataset.
getter/setter pair
- defaultPartitionExpirationMs ↔ String?
-
This default partition expiration, expressed in milliseconds.
getter/setter pair
- defaultRoundingMode ↔ String?
-
Defines the default rounding mode specification of new tables created
within this 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?
-
A hash of the resource.
getter/setter pair
- externalCatalogDatasetOptions ↔ ExternalCatalogDatasetOptions?
-
Options defining open source compatible datasets living in the BigQuery
catalog.
getter/setter pair
- externalDatasetReference ↔ ExternalDatasetReference?
-
Reference to a read-only external dataset defined in data catalogs outside
of BigQuery.
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?
-
The fully-qualified unique name of the dataset in the format
projectId:datasetId.
getter/setter pair
- isCaseInsensitive ↔ bool?
-
TRUE if the dataset and its table names are case-insensitive, otherwise
FALSE.
getter/setter pair
- kind ↔ String?
-
The resource type.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels associated with this dataset.
getter/setter pair
- lastModifiedTime ↔ String?
-
The date when this dataset was last modified, in milliseconds since the
epoch.
getter/setter pair
- linkedDatasetMetadata ↔ LinkedDatasetMetadata?
-
Metadata about the LinkedDataset.
getter/setter pair
- linkedDatasetSource ↔ LinkedDatasetSource?
-
The source dataset reference when the dataset is of type LINKED.
getter/setter pair
- location ↔ String?
-
The geographic location where the dataset should reside.
getter/setter pair
- maxTimeTravelHours ↔ String?
-
Defines the time travel window in hours.
getter/setter pair
-
resourceTags
↔ Map<
String, String> ? -
The [tags](/bigquery/docs/tags) attached to this dataset.
getter/setter pair
- restrictions ↔ RestrictionConfig?
-
Restriction config for all tables and dataset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
Reserved for future use.
getter/setter pair
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- selfLink ↔ String?
-
A URL that can be used to access the resource again.
getter/setter pair
- storageBillingModel ↔ String?
-
Updates storage_billing_model for the dataset.
getter/setter pair
-
Tags for the Dataset.
getter/setter pair
- type ↔ String?
-
Same as
type
inListFormatDataset
.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