Class StreamingScalingReport
Contains per-user worker telemetry used in streaming autoscaling.
Inheritance
StreamingScalingReport
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingScalingReport : IDirectResponseSchema
Properties
ActiveBundleCount
Declaration
[JsonProperty("activeBundleCount")]
public virtual int? ActiveBundleCount { get; set; }
Property Value
ActiveThreadCount
Current acive thread count.
Declaration
[JsonProperty("activeThreadCount")]
public virtual int? ActiveThreadCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MaximumBundleCount
Declaration
[JsonProperty("maximumBundleCount")]
public virtual int? MaximumBundleCount { get; set; }
Property Value
MaximumBytes
Declaration
[JsonProperty("maximumBytes")]
public virtual long? MaximumBytes { get; set; }
Property Value
MaximumBytesCount
Declaration
[JsonProperty("maximumBytesCount")]
public virtual int? MaximumBytesCount { get; set; }
Property Value
MaximumThreadCount
Maximum thread count limit.
Declaration
[JsonProperty("maximumThreadCount")]
public virtual int? MaximumThreadCount { get; set; }
Property Value
OutstandingBundleCount
Current outstanding bundle count.
Declaration
[JsonProperty("outstandingBundleCount")]
public virtual int? OutstandingBundleCount { get; set; }
Property Value
OutstandingBytes
Current outstanding bytes.
Declaration
[JsonProperty("outstandingBytes")]
public virtual long? OutstandingBytes { get; set; }
Property Value
OutstandingBytesCount
Declaration
[JsonProperty("outstandingBytesCount")]
public virtual int? OutstandingBytesCount { get; set; }
Property Value
Implements