Show / Hide Table of Contents

Class Aggregator

The information about the aggregator operator. The aggregate operator performs calculations, like sum or count, on all rows or a group of rows to create new, derivative attributes.

Inheritance
object
Operator
Aggregator
Inherited Members
Operator.Key
Operator.ModelVersion
Operator.ParentRef
Operator.Name
Operator.Description
Operator.ObjectVersion
Operator.InputPorts
Operator.OutputPorts
Operator.ObjectStatus
Operator.Identifier
Operator.Parameters
Operator.OpConfigValues
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Aggregator : Operator

Properties

GroupByColumns

Declaration
[JsonProperty(PropertyName = "groupByColumns")]
public DynamicProxyField GroupByColumns { get; set; }
Property Value
Type Description
DynamicProxyField

MaterializedGroupByColumns

Declaration
[JsonProperty(PropertyName = "materializedGroupByColumns")]
public MaterializedDynamicField MaterializedGroupByColumns { get; set; }
Property Value
Type Description
MaterializedDynamicField
In this article
Back to top