Class HotKeyDetection
Proto describing a hot key detected on a given WorkItem.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class HotKeyDetection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HotKeyAge
The age of the hot key measured from when it was first detected.
Declaration
[JsonProperty("hotKeyAge")]
public virtual object HotKeyAge { get; set; }
Property Value
Type | Description |
---|---|
object |
SystemName
System-defined name of the step containing this hot key. Unique across the workflow.
Declaration
[JsonProperty("systemName")]
public virtual string SystemName { get; set; }
Property Value
Type | Description |
---|---|
string |
UserStepName
User-provided name of the step that contains this hot key.
Declaration
[JsonProperty("userStepName")]
public virtual string UserStepName { get; set; }
Property Value
Type | Description |
---|---|
string |