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 provides documentation for the `TableModifiers` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, covering versions from 2.3.0 up to the latest version 3.17.0."],["`TableModifiers` is used for specifying additional attributes when reading a table and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It contains two constructors: a default `TableModifiers()` and one that accepts another `TableModifiers` object as a parameter for copying, i.e. `TableModifiers(ReadSession.Types.TableModifiers other)`."],["The `TableModifiers` class has one main property called `SnapshotTime` which is of type `Timestamp`, and is used to represent the snapshot time of the table, if left unset it defaults to the current time."]]],[]]