Dataset class Null safety
Constructors
-
Dataset({List<
DatasetAccess> ? access, String? creationTime, DatasetReference? datasetReference, String? defaultCollation, EncryptionConfiguration? defaultEncryptionConfiguration, String? defaultPartitionExpirationMs, String? defaultTableExpirationMs, String? description, String? etag, 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.
read / write
- creationTime ↔ String?
-
[Output-only] The time when this dataset was created, in milliseconds
since the epoch.
read / write
- datasetReference ↔ DatasetReference?
-
A reference that identifies the dataset.
read / write
- defaultCollation ↔ String?
-
[Output-only] The default collation of the dataset.
read / write
- defaultEncryptionConfiguration ↔ EncryptionConfiguration?
-
read / write
- defaultPartitionExpirationMs ↔ String?
-
The default partition expiration for all partitioned tables in the
dataset, in milliseconds.
read / write
- defaultTableExpirationMs ↔ String?
-
The default lifetime of all tables in the dataset, in milliseconds.
read / write
- description ↔ String?
-
A user-friendly description of the dataset.
read / write
- etag ↔ String?
-
[Output-only] A hash of the resource.
read / write
- friendlyName ↔ String?
-
A descriptive name for the dataset.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
[Output-only] The fully-qualified unique name of the dataset in the
format projectId:datasetId.
read / write
- isCaseInsensitive ↔ bool?
-
Indicates if table names are case insensitive in the dataset.
read / write
- kind ↔ String?
-
[Output-only] The resource type.
read / write
-
labels
↔ Map<
String, String> ? -
The labels associated with this dataset.
read / write
- lastModifiedTime ↔ String?
-
[Output-only] The date when this dataset or any of its tables was last
modified, in milliseconds since the epoch.
read / write
- location ↔ String?
-
The geographic location where the dataset should reside.
read / write
- maxTimeTravelHours ↔ String?
-
Number of hours for the max time travel for all tables in the dataset.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- satisfiesPzs ↔ bool?
-
[Output-only] Reserved for future use.
read / write
- selfLink ↔ String?
-
[Output-only] A URL that can be used to access the resource again.
read / write
- storageBillingModel ↔ String?
-
Storage billing model to be used for all tables in the dataset.
read / write
-
[Optional]The tags associated with this dataset.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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