TableListTables class
Constructors
-
TableListTables({Clustering? clustering, String? creationTime, String? expirationTime, String? friendlyName, String? id, String? kind, Map<
String, String> ? labels, RangePartitioning? rangePartitioning, bool? requirePartitionFilter, TableReference? tableReference, TimePartitioning? timePartitioning, String? type, TableListTablesView? view}) - TableListTables.fromJson(Map json_)
Properties
- clustering ↔ Clustering?
-
Clustering specification for this table, if configured.
getter/setter pair
- creationTime ↔ String?
-
The time when this table was created, in milliseconds since the epoch.
getter/setter pair
- expirationTime ↔ String?
-
The time when this table expires, in milliseconds since the epoch.
getter/setter pair
- friendlyName ↔ String?
-
The user-friendly name for this table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An opaque ID of the table.
getter/setter pair
- kind ↔ String?
-
The resource type.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels associated with this table.
getter/setter pair
- rangePartitioning ↔ RangePartitioning?
-
The range partitioning for this table.
getter/setter pair
- requirePartitionFilter ↔ bool?
-
If set to true, queries including this table must specify a partition
filter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableReference ↔ TableReference?
-
A reference uniquely identifying table.
getter/setter pair
- timePartitioning ↔ TimePartitioning?
-
The time-based partitioning for this table.
getter/setter pair
- type ↔ String?
-
The type of table.
getter/setter pair
- view ↔ TableListTablesView?
-
Information about a logical view.
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