Class HotKeyDebuggingInfo
Information useful for debugging a hot key detection.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class HotKeyDebuggingInfo : IDirectResponseSchema
Properties
DetectedHotKeys
Debugging information for each detected hot key. Keyed by a hash of the key.
Declaration
[JsonProperty("detectedHotKeys")]
public virtual IDictionary<string, HotKeyInfo> DetectedHotKeys { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, HotKeyInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |