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-03-25 UTC."],[[["This webpage provides documentation for the `AuthorizedView.Types.FamilySubsets` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `AuthorizedView.Types.FamilySubsets` class represents subsets of a column family included in an `AuthorizedView`, allowing for granular control over column access."],["The documentation includes information on class inheritance, interfaces implemented, constructors, and properties like `QualifierPrefixes` and `Qualifiers` which are used to define the subsets."],["The latest version available is `3.24.0`, and many prior versions are also documented, going down to `2.4.0`, showing the evolution of this API component over time."],["The class implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]