Class PartialGroupByKeyInstruction
An instruction that does a partial group-by-key. One input and one output.
Implements
Inherited Members
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> |