public sealed class AuthorizedView.Types.SubsetView : IMessage<AuthorizedView.Types.SubsetView>, IEquatable<AuthorizedView.Types.SubsetView>, IDeepCloneable<AuthorizedView.Types.SubsetView>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AuthorizedView.Types.SubsetView.
Defines a simple AuthorizedView that is a subset of the underlying Table.
[[["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 page provides documentation for the `AuthorizedView.Types.SubsetView` class within the Google Cloud Bigtable Administration v2 API, detailing its functionality as a subset view of a Bigtable."],["The latest version documented is 3.24.0, with a list of other versions dating back to 2.4.0, each linking to its respective documentation, and it also includes links to previous versions of the documentation for `AuthorizedView.Types.SubsetView`."],["`AuthorizedView.Types.SubsetView` is defined as a simple AuthorizedView class that is a subset of the underlying Table, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of this class include `FamilySubsets`, which maps column family names to included columns, and `RowPrefixes`, which specifies row prefixes for inclusion, allowing for access to all rows if the empty string is included as a prefix."],["The `SubsetView` class has two constructors: a default constructor `SubsetView()` and a copy constructor `SubsetView(AuthorizedView.Types.SubsetView other)`, enabling the creation of empty instances and copies from other instances."]]],[]]