public sealed class TableModifiers : IMessage<ReadSession.Types.TableModifiers>, IEquatable<ReadSession.Types.TableModifiers>, IDeepCloneable<ReadSession.Types.TableModifiers>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadSession.Types.TableModifiers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ReadSession.Types.TableModifiers` class within the Google BigQuery Storage v1 API, specifically in the .NET context."],["The latest version documented is 3.17.0, with a range of previous versions also available for reference, including down to version 2.3.0."],["`TableModifiers` class provides a way to set additional attributes when reading a table, allowing modification of read operations, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SnapshotTime` property, of type `Timestamp`, allows you to specify a point in time from which the table should be read, defaulting to the current time if not provided."],["The documentation provides information regarding the class's constructors, including a default constructor and a constructor that takes another `ReadSession.Types.TableModifiers` object as a parameter."]]],[]]