Show / Hide Table of Contents

Class HotKeyDetection

Proto describing a hot key detected on a given WorkItem.

Inheritance
object
HotKeyDetection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX