Click or drag to resize

AggregateMetadata Constructor (String, String, String, ColumnDesc, String, ColumnDesc, String, String, ColumnDesc)

Initializes a new instance of the AggregateMetadata class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public AggregateMetadata(
	string name,
	string keyspaceName,
	string[] signature,
	ColumnDesc[] argumentTypes,
	string stateFunction,
	ColumnDesc stateType,
	string finalFunction,
	string initialCondition,
	ColumnDesc returnType
)

Parameters

name
Type: SystemString
keyspaceName
Type: SystemString
signature
Type: SystemString
argumentTypes
Type: DseColumnDesc
stateFunction
Type: SystemString
stateType
Type: DseColumnDesc
finalFunction
Type: SystemString
initialCondition
Type: SystemString
returnType
Type: DseColumnDesc
See Also