Show / Hide Table of Contents

Class HotKeyInfo

Information about a hot key.

Inheritance
object
HotKeyInfo
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 HotKeyInfo : 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

Key

A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".

Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type Description
string

KeyTruncated

If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.

Declaration
[JsonProperty("keyTruncated")]
public virtual bool? KeyTruncated { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX