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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The content provides documentation for the `AuthorizedView.Types.SubsetView` class within the Google Cloud Bigtable Administration v2 API, detailing its purpose as defining a subset of an underlying table."],["This documentation lists available versions of the `Google.Cloud.Bigtable.Admin.V2` package, ranging from 2.4.0 to the latest 3.24.0, allowing users to access various releases of the software."],["`AuthorizedView.Types.SubsetView` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the `object` class."],["The `SubsetView` class has two constructors, one default and another that accepts another `SubsetView` as a parameter."],["Key properties of `SubsetView` include `FamilySubsets`, which maps column family names to the included columns, and `RowPrefixes`, which specifies row prefixes for inclusion in the authorized view."]]],[]]