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"]],[["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 documentation page provides reference information for the `TableDataListRequest` class within the BigQuery Audit Data Logging v1 API."],["The `TableDataListRequest` class, which inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to request a list of table data."],["The page includes details on the class's constructors, specifically the default constructor and a constructor that takes another `TableDataListRequest` as a parameter for deep-copying."],["The `TableDataListRequest` class has properties `MaxResults` (of type `uint`) to set the maximum number of results to return, and `StartRow` (of type `ulong`) to set the starting row offset."],["This page is for the class in version 1.2.0, with other versions also linked including the latest being 1.3.0."]]],[]]