Click or drag to resize

AggregateMetadata Class

Describes a CQL aggregate.
Inheritance Hierarchy
SystemObject
  DseAggregateMetadata

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class AggregateMetadata

The AggregateMetadata type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyArgumentTypes
List of the function argument types.
Public propertyDeterministic
Indicates whether or not this aggregate is deterministic. This means that given a particular input, the aggregate will always produce the same output.
Public propertyFinalFunction
Final function.
Public propertyInitialCondition
Initial state value of this aggregate.
Public propertyKeyspaceName
Name of the keyspace where the cql aggregate is declared.
Public propertyName
Name of the CQL aggregate.
Public propertyReturnType
Type of the return value.
Public propertySignature
Signature of the function.
Public propertyStateFunction
State Function.
Public propertyStateType
State type.
Top
See Also

Reference