columnFamilies

@JvmName(name = "tupgqhxujnrijnss")
suspend fun columnFamilies(value: Output<List<BigtableColumnFamilyArgs>>)
@JvmName(name = "iukhhtjkuippacjq")
suspend fun columnFamilies(value: List<BigtableColumnFamilyArgs>?)

Parameters

value

Optional 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.


@JvmName(name = "kvhcvaeoemkluvyj")
suspend fun columnFamilies(vararg values: Output<BigtableColumnFamilyArgs>)


@JvmName(name = "bepmwiwvrnvgvefy")
suspend fun columnFamilies(values: List<Output<BigtableColumnFamilyArgs>>)
@JvmName(name = "hrlulhckafasmeyo")
suspend fun columnFamilies(vararg values: BigtableColumnFamilyArgs)

Parameters

values

Optional 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.


@JvmName(name = "clsocgdpxcrpvexe")
suspend fun columnFamilies(argument: List<suspend BigtableColumnFamilyArgsBuilder.() -> Unit>)
@JvmName(name = "afaigufredndbcay")
suspend fun columnFamilies(vararg argument: suspend BigtableColumnFamilyArgsBuilder.() -> Unit)
@JvmName(name = "wvutnhfndcfjoyhd")
suspend fun columnFamilies(argument: suspend BigtableColumnFamilyArgsBuilder.() -> Unit)

Parameters

argument

Optional 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.