Show / Hide Table of Contents

Class PartialGroupByKeyInstruction

An instruction that does a partial group-by-key. One input and one output.

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

Properties

ETag

The ETag of the item.

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

Input

Describes the input to the partial group-by-key instruction.

Declaration
[JsonProperty("input")]
public virtual InstructionInput Input { get; set; }
Property Value
Type Description
InstructionInput

InputElementCodec

The codec to use for interpreting an element in the input PTable.

Declaration
[JsonProperty("inputElementCodec")]
public virtual IDictionary<string, object> InputElementCodec { get; set; }
Property Value
Type Description
IDictionary<string, object>

OriginalCombineValuesInputStoreName

If this instruction includes a combining function this is the name of the intermediate store between the GBK and the CombineValues.

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

OriginalCombineValuesStepName

If this instruction includes a combining function, this is the name of the CombineValues instruction lifted into this instruction.

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

SideInputs

Zero or more side inputs.

Declaration
[JsonProperty("sideInputs")]
public virtual IList<SideInputInfo> SideInputs { get; set; }
Property Value
Type Description
IList<SideInputInfo>

ValueCombiningFn

The value combining function to invoke.

Declaration
[JsonProperty("valueCombiningFn")]
public virtual IDictionary<string, object> ValueCombiningFn { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX