rowPrefixes

@JvmName(name = "nhvrnrrligtkcerd")
suspend fun rowPrefixes(value: Output<List<String>>)
@JvmName(name = "asjybjtqcschcrgl")
suspend fun rowPrefixes(value: List<String>?)

Parameters

value

A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").


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


@JvmName(name = "alserejtjebvenna")
suspend fun rowPrefixes(values: List<Output<String>>)
@JvmName(name = "tkjslkoupfgqaesk")
suspend fun rowPrefixes(vararg values: String)

Parameters

values

A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").