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."],["The `FamilySubsets` class represents subsets of a column family that are included in an `AuthorizedView`, allowing for granular control over data access."],["The latest documented version of the API available is 3.24.0 and there are versions ranging from 3.0.0 to 3.24.0 available."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The `FamilySubsets` class has properties such as `QualifierPrefixes` and `Qualifiers`, which determine the column qualifiers to include in the `AuthorizedView`, allowing the specification of prefixes and exact qualifiers."]]],[]]