Table class

Represents a table.

Constructors

Table({String? createTime, String? deleteTime, String? etag, String? expireTime, HiveTableOptions? hiveOptions, String? name, String? type, String? updateTime})
Table.fromJson(Map json_)

Properties

createTime String?
The creation time of the table.
getter/setter pair
deleteTime String?
The deletion time of the table.
getter/setter pair
etag String?
The checksum of a table object computed by the server based on the value of other fields.
getter/setter pair
expireTime String?
The time when this table is considered expired.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hiveOptions HiveTableOptions?
Options of a Hive table.
getter/setter pair
name String?
The resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The table type. Possible string values are:
getter/setter pair
updateTime String?
The last modification time of the table.
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