Show / Hide Table of Contents

Class StreamingOperationalLimits

Operational limits imposed on streaming jobs by the backend.

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

Properties

ETag

The ETag of the item.

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

MaxBagElementBytes

The maximum size for an element in bag state.

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

MaxGlobalDataBytes

The maximum size for an element in global data.

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

MaxKeyBytes

The maximum size allowed for a key.

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

MaxProductionOutputBytes

The maximum size for a single output element.

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

MaxSortedListElementBytes

The maximum size for an element in sorted list state.

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

MaxSourceStateBytes

The maximum size for a source state update.

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

MaxTagBytes

The maximum size for a state tag.

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

MaxValueBytes

The maximum size for a value state field.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX