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 document provides reference documentation for the `AuthorizedView.Types.FamilySubsets` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET platform."],["The `AuthorizedView.Types.FamilySubsets` class represents subsets of a column family included in an AuthorizedView, allowing for granular access control to specific data."],["The latest version available in this document is 3.24.0, with numerous prior versions also documented, down to 2.4.0, which are accessible through links provided."],["The `FamilySubsets` class includes properties such as `QualifierPrefixes` and `Qualifiers`, which are used to specify which column qualifiers are accessible in the authorized view."],["The class `AuthorizedView.Types.FamilySubsets` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]