Class FamilySubsets (2.38.0)

FamilySubsets(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Subsets of a column family that are included in this AuthorizedView.

Attributes

Name Description
qualifiers MutableSequence[bytes]
Individual exact column qualifiers to be included in the AuthorizedView.
qualifier_prefixes MutableSequence[bytes]
Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").