Show / Hide Table of Contents

Class StreamingScalingReport

Contains per-user worker telemetry used in streaming autoscaling.

Inheritance
object
StreamingScalingReport
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 StreamingScalingReport : IDirectResponseSchema

Properties

ActiveBundleCount

Declaration
[JsonProperty("activeBundleCount")]
public virtual int? ActiveBundleCount { get; set; }
Property Value
Type Description
int?

ActiveThreadCount

Current acive thread count.

Declaration
[JsonProperty("activeThreadCount")]
public virtual int? ActiveThreadCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaximumBundleCount

Maximum bundle count.

Declaration
[JsonProperty("maximumBundleCount")]
public virtual int? MaximumBundleCount { get; set; }
Property Value
Type Description
int?

MaximumBytes

Maximum bytes.

Declaration
[JsonProperty("maximumBytes")]
public virtual long? MaximumBytes { get; set; }
Property Value
Type Description
long?

MaximumBytesCount

Declaration
[JsonProperty("maximumBytesCount")]
public virtual int? MaximumBytesCount { get; set; }
Property Value
Type Description
int?

MaximumThreadCount

Maximum thread count limit.

Declaration
[JsonProperty("maximumThreadCount")]
public virtual int? MaximumThreadCount { get; set; }
Property Value
Type Description
int?

OutstandingBundleCount

Current outstanding bundle count.

Declaration
[JsonProperty("outstandingBundleCount")]
public virtual int? OutstandingBundleCount { get; set; }
Property Value
Type Description
int?

OutstandingBytes

Current outstanding bytes.

Declaration
[JsonProperty("outstandingBytes")]
public virtual long? OutstandingBytes { get; set; }
Property Value
Type Description
long?

OutstandingBytesCount

Declaration
[JsonProperty("outstandingBytesCount")]
public virtual int? OutstandingBytesCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX