public sealed class Load : IMessage<BigQueryAuditMetadata.Types.JobStats.Types.Load>, IEquatable<BigQueryAuditMetadata.Types.JobStats.Types.Load>, IDeepCloneable<BigQueryAuditMetadata.Types.JobStats.Types.Load>, 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-03-21 UTC."],[[["The content pertains to the `Load` class within the `Google.Cloud.Audit` namespace, specifically related to BigQuery audit metadata job statistics."],["The `Load` class represents load job statistics and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `Load` class inherits from the base `Object` class and offers two constructors: a default constructor `Load()` and a copy constructor `Load(BigQueryAuditMetadata.Types.JobStats.Types.Load other)`."],["The class also includes the `TotalOutputBytes` property, which is of type `Int64`, representing the total bytes loaded by the import job."],["There are multiple versions available to browse, from 1.0.0 up to the most current 2.5.0, in addition to the 2.0.0 version."]]],[]]