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 webpage details the `TableModifiers` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 3.2.0 of the .NET library."],["The `TableModifiers` class provides additional attributes for reading a table and inherits from the base `Object` class."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which provide functionalities for message handling, equality checking, deep cloning, and buffer management."],["The `TableModifiers` class includes a `SnapshotTime` property, allowing users to specify a particular point in time when reading data from a table, defaulting to \"now\" if unset."],["A list of versions ranging from 2.3.0 to 3.17.0 are provided that link to the `TableModifiers` documentation for that version."]]],[]]