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 reference documentation for the `AuthorizedView.Types.SubsetView` class within the Google Cloud Bigtable Administration v2 API."],["`SubsetView` defines an AuthorizedView that represents a subset of a Bigtable, including specific row prefixes and column family subsets."],["The documentation includes a list of available versions of the API, ranging from 2.4.0 up to the latest version 3.24.0, allowing developers to navigate through different releases."],["The `SubsetView` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits members from the `object` class."],["Key properties include `FamilySubsets`, which maps column family names to included columns, and `RowPrefixes`, which specifies the row prefixes allowed in the AuthorizedView, where an empty string \"\" allows access to all rows."]]],[]]