BigtableColumnFamily class
Information related to a Bigtable column family.
Constructors
-
BigtableColumnFamily({List<
BigtableColumn> ? columns, String? encoding, String? familyId, bool? onlyReadLatest, String? type}) - BigtableColumnFamily.fromJson(Map json_)
Properties
-
columns
↔ List<
BigtableColumn> ? -
Lists of columns that should be exposed as individual fields as opposed to
a list of (column name, value) pairs.
getter/setter pair
- encoding ↔ String?
-
The encoding of the values when the type is not STRING.
getter/setter pair
- familyId ↔ String?
-
Identifier of the column family.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onlyReadLatest ↔ bool?
-
If this is set only the latest version of value are exposed for all
columns in this column family.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type to convert the value in cells of this column family.
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