Class BigtableColumnFamily (2.52.0)

publicabstractclass BigtableColumnFamilyimplementsSerializable

List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types.

You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.

Inheritance

java.lang.Object > BigtableColumnFamily

Implements

Serializable

Static Methods

newBuilder()

publicstaticBigtableColumnFamily.BuildernewBuilder()

Returns a builder for a BigtableColumnFamily object.

Returns
Type Description
BigtableColumnFamily.Builder

Constructors

BigtableColumnFamily()

publicBigtableColumnFamily()

Methods

getColumns()

publicabstractList<BigtableColumn>getColumns()
Returns
Type Description
List<BigtableColumn>

getEncoding()

publicabstractStringgetEncoding()
Returns
Type Description
String

getFamilyID()

publicabstractStringgetFamilyID()
Returns
Type Description
String

getOnlyReadLatest()

publicabstractBooleangetOnlyReadLatest()
Returns
Type Description
Boolean

getType()

publicabstractStringgetType()
Returns
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.