public sealed class SessionEvent.Types.QueryDetail : IMessage<SessionEvent.Types.QueryDetail>, IEquatable<SessionEvent.Types.QueryDetail>, IDeepCloneable<SessionEvent.Types.QueryDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class SessionEvent.Types.QueryDetail.
[[["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-25 UTC."],[[["The provided content details the `SessionEvent.Types.QueryDetail` class within the Google Cloud Dataplex v1 API, offering documentation and code samples for various versions of the .NET library."],["This class represents the execution details of a query, including properties such as `DataProcessedBytes`, `Duration`, `Engine`, `QueryId`, `QueryText`, and `ResultSizeBytes`, all of which provide specific information about the query's execution."],["The latest version documented is 3.6.0, with many other versions leading back to version 1.0.0, providing extensive backward compatibility."],["The `SessionEvent.Types.QueryDetail` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its role within the Google Protocol Buffers ecosystem."],["The page includes two constructor details, one for constructing a blank QueryDetail object and another to construct it with a prior QueryDetail object."]]],[]]