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."],[[["This document provides reference documentation for the `AuthorizedView.Types.SubsetView` class within the Google Cloud Bigtable Administration v2 API, covering versions from 2.4.0 up to the latest 3.24.0."],["The `SubsetView` class defines a simplified `AuthorizedView` that is limited to a subset of the data in the base table, allowing restricted access."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like equality comparison and deep cloning."],["Key properties of the `SubsetView` class include `FamilySubsets`, which maps column family names to their included columns, and `RowPrefixes`, which specifies the row prefixes allowed in the view, with an empty string allowing access to all rows."],["The most recent version is 3.24.0 and it can be access through a dedicated link, while older versions can be found in the previous list."]]],[]]