public sealed class AuthorizedView.Types.FamilySubsets : IMessage<AuthorizedView.Types.FamilySubsets>, IEquatable<AuthorizedView.Types.FamilySubsets>, IDeepCloneable<AuthorizedView.Types.FamilySubsets>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AuthorizedView.Types.FamilySubsets.
Subsets of a column family that are included in this AuthorizedView.
public RepeatedField<ByteString> QualifierPrefixes { get; }
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
("").
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `AuthorizedView.Types.FamilySubsets` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `FamilySubsets` class is used to define subsets of a column family that are included in an `AuthorizedView`, offering a way to control which parts of a column family are accessible."],["This page contains the different versions of the class in the documentation, the latest version of which being 3.24.0, and goes as far back as version 2.4.0."],["The `FamilySubsets` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, `FamilySubsets()` and `FamilySubsets(FamilySubsets)`, and includes properties `QualifierPrefixes` and `Qualifiers` for defining the included column subsets."]]],[]]