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