public sealed class TableDataListRequest : IMessage<TableDataListRequest>, IEquatable<TableDataListRequest>, IDeepCloneable<TableDataListRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableDataListRequest.
[[["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 reference documentation for the `TableDataListRequest` class within the Google Cloud BigQuery Audit Data Logging v1 API."],["The `TableDataListRequest` class is used to request a list of table data and it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `TableDataListRequest` object as a parameter, allowing for the creation of new instances."],["The `TableDataListRequest` class includes properties such as `MaxResults` (of type `UInt32`) for setting the maximum number of results, and `StartRow` (of type `UInt64`) to specify the starting row offset."],["There are multiple versions of the API available, including the latest version 1.3.0, as well as versions 1.2.0, 1.1.0, and 1.0.0, all of which include the `TableDataListRequest` class."]]],[]]