AuthorizedViewSubsetView

data class AuthorizedViewSubsetView(val familySubsets: List<AuthorizedViewSubsetViewFamilySubset>? = null, val rowPrefixes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(familySubsets: List<AuthorizedViewSubsetViewFamilySubset>? = null, rowPrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.

-----

Link copied to clipboard
val rowPrefixes: List<String>? = null

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 ("").