public sealed class TableModifiers : IMessage<ReadSession.Types.TableModifiers>, IEquatable<ReadSession.Types.TableModifiers>, IDeepCloneable<ReadSession.Types.TableModifiers>, IBufferMessage, IMessage
[[["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."],[[["This page details the `TableModifiers` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 2.3.0 of the library, which is used for adding additional attributes when reading a table."],["The `TableModifiers` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default constructor and one that accepts another `TableModifiers` instance for creating copies."],["The `TableModifiers` class includes one property, `SnapshotTime`, which is a `Timestamp` type that allows specifying a point-in-time snapshot of the table; if it is not set it defaults to now."],["The page provides links to the documentation for versions ranging from 2.3.0 up to 3.17.0 of the `TableModifiers` class, with 3.17.0 being the latest version."]]],[]]