BigtableColumnFamily constructor
BigtableColumnFamily({
- List<
BigtableColumn> ? columns, - String? encoding,
- String? familyId,
- bool? onlyReadLatest,
- BigtableProtoConfig? protoConfig,
- String? type,
Implementation
BigtableColumnFamily({
this.columns,
this.encoding,
this.familyId,
this.onlyReadLatest,
this.protoConfig,
this.type,
});