public sealed class TableInsertRequest : IMessage<TableInsertRequest>, IEquatable<TableInsertRequest>, IDeepCloneable<TableInsertRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableInsertRequest.
[[["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 provides details for the `TableInsertRequest` class within the BigQuery Audit Data Logging v1 API, specifically for .NET."],["`TableInsertRequest` is a sealed class representing a request to insert a table, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that takes another `TableInsertRequest` instance as a parameter for copying."],["The `TableInsertRequest` class includes a `Resource` property of type `Table`, which represents the new table being requested for insertion."],["This documentation includes four versions, with version 1.3.0 being the latest."]]],[]]