public sealed class HotKeyDebuggingInfo : IMessage<HotKeyDebuggingInfo>, IEquatable<HotKeyDebuggingInfo>, IDeepCloneable<HotKeyDebuggingInfo>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class HotKeyDebuggingInfo.
Information useful for debugging a hot key detection.
Implements
IMessageHotKeyDebuggingInfo, IEquatableHotKeyDebuggingInfo, IDeepCloneableHotKeyDebuggingInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
HotKeyDebuggingInfo()
public HotKeyDebuggingInfo()HotKeyDebuggingInfo(HotKeyDebuggingInfo)
public HotKeyDebuggingInfo(HotKeyDebuggingInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
HotKeyDebuggingInfo |
Properties
DetectedHotKeys
public MapField<ulong, HotKeyDebuggingInfo.Types.HotKeyInfo> DetectedHotKeys { get; }Debugging information for each detected hot key. Keyed by a hash of the key.
| Property Value | |
|---|---|
| Type | Description |
MapFieldSystem.UInt64HotKeyDebuggingInfoTypesHotKeyInfo |
|