public sealed class ReservationResourceUsage : IMessage<JobStatistics.Types.ReservationResourceUsage>, IEquatable<JobStatistics.Types.ReservationResourceUsage>, IDeepCloneable<JobStatistics.Types.ReservationResourceUsage>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobStatistics.Types.ReservationResourceUsage.
[[["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 page provides reference documentation for the `JobStatistics.Types.ReservationResourceUsage` class within the BigQuery Audit Data Logging v1 API."],["The `ReservationResourceUsage` class details job resource usage, broken down by reservation, and is part of the `Google.Cloud.BigQuery.Logging.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["It includes a constructor for creating new instances and another for copying existing `ReservationResourceUsage` objects."],["The class has two primary properties: `Name`, representing the reservation name or \"unreserved\" for on-demand usage, and `SlotMs`, indicating total slot milliseconds used by the reservation for a job."]]],[]]