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-04-02 UTC."],[[["This webpage provides documentation for the `TableModifiers` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, used for specifying additional attributes when reading a table."],["The `TableModifiers` class is available in multiple versions, ranging from 2.3.0 to the latest version 3.17.0, with links to documentation for each."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `SnapshotTime` property of type `Timestamp`, which specifies the snapshot time of the table, defaulting to the current time if not set."],["There are two constructors provided for the `TableModifiers` class, one parameterless, and one taking an existing `ReadSession.Types.TableModifiers` object as a parameter."]]],[]]