TableListTables class Null safety
Constructors
-
TableListTables({Clustering? clustering, String? creationTime, String? expirationTime, String? friendlyName, String? id, String? kind, Map<
String, String> ? labels, RangePartitioning? rangePartitioning, TableReference? tableReference, TimePartitioning? timePartitioning, String? type, TableListTablesView? view}) - TableListTables.fromJson(Map json_)
Properties
- clustering ↔ Clustering?
-
[Beta] Clustering specification for this table, if configured.
read / write
- creationTime ↔ String?
-
The time when this table was created, in milliseconds since the epoch.
read / write
- expirationTime ↔ String?
-
The time when this table expires, in milliseconds since the epoch.
read / write
- friendlyName ↔ String?
-
The user-friendly name for this table.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
An opaque ID of the table
read / write
- kind ↔ String?
-
The resource type.
read / write
-
labels
↔ Map<
String, String> ? -
The labels associated with this table.
read / write
- rangePartitioning ↔ RangePartitioning?
-
The range partitioning specification for this table, if configured.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tableReference ↔ TableReference?
-
A reference uniquely identifying the table.
read / write
- timePartitioning ↔ TimePartitioning?
-
The time-based partitioning specification for this table, if configured.
read / write
- type ↔ String?
-
The type of table.
read / write
- view ↔ TableListTablesView?
-
Additional details for a view.
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