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-21 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 Bigtable."],["This `SubsetView` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message operations, equality checks, deep cloning, and buffer message handling."],["The documentation outlines two constructors for the `SubsetView` class: a default constructor and a constructor that accepts another `SubsetView` instance for copying."],["Key properties of the `SubsetView` class include `FamilySubsets`, which maps column family names to specific column subsets, and `RowPrefixes`, which specifies row prefixes to define the accessible rows within the `AuthorizedView`."],["The documentation covers a multitude of versions, from version 2.4.0 up until 3.24.0, with 3.24.0 being the latest release for the Google Cloud Bigtable Administration v2 API."]]],[]]