Dataflow v1beta3 API - Class HotKeyDebuggingInfo (2.0.0-beta09)

public sealed class HotKeyDebuggingInfo : IMessage<HotKeyDebuggingInfo>, IEquatable<HotKeyDebuggingInfo>, IDeepCloneable<HotKeyDebuggingInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class HotKeyDebuggingInfo.

Information useful for debugging a hot key detection.

Inheritance

object > HotKeyDebuggingInfo

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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