qualifierPrefixes

@JvmName(name = "gxwscvqnsgowtjng")
suspend fun qualifierPrefixes(value: Output<List<String>>)
@JvmName(name = "qntdihgupaiqvsdl")
suspend fun qualifierPrefixes(value: List<String>?)

Parameters

value

A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view. Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").


@JvmName(name = "duepeainqrbycgfh")
suspend fun qualifierPrefixes(vararg values: Output<String>)


@JvmName(name = "qamdxxycrqkublec")
suspend fun qualifierPrefixes(values: List<Output<String>>)
@JvmName(name = "fhqhqimyfjslmwad")
suspend fun qualifierPrefixes(vararg values: String)

Parameters

values

A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view. Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").