Click or drag to resize
AggregateMetadata Properties

The AggregateMetadata type exposes the following members.

Properties
  NameDescription
Public propertyArgumentTypes
List of the function argument types.
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