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-04-17 UTC."],[[["This document provides reference information for the `AuthorizedView.Types.SubsetView` class within the Google Cloud Bigtable Administration v2 API, covering versions from 2.4.0 up to the latest version 3.24.0."],["The `SubsetView` class is defined as a subset of the underlying Table and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace, implemented in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The `SubsetView` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like deep cloning and equality checks."],["Key properties of the `SubsetView` class include `FamilySubsets`, which maps column family names to specific columns, and `RowPrefixes`, which specifies row prefixes for access within the authorized view."],["The class supports two constructors: a default constructor `SubsetView()` and a copy constructor `SubsetView(AuthorizedView.Types.SubsetView other)` for creating instances and performing duplication."]]],[]]