| AggregateMetadata Properties | 
The AggregateMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| ArgumentTypes | 
            List of the function argument types.
              | |
| Deterministic | 
            Indicates whether or not this aggregate is deterministic. This means that given a particular input,
            the aggregate will always produce the same output.
              | |
| FinalFunction | 
            Final function.
              | |
| InitialCondition | 
            Initial state value of this aggregate.
              | |
| KeyspaceName | 
            Name of the keyspace where the cql aggregate is declared.
              | |
| Name | 
            Name of the CQL aggregate.
              | |
| ReturnType | 
            Type of the return value.
              | |
| Signature | 
            Signature of the function.
              | |
| StateFunction | 
            State Function.
              | |
| StateType | 
            State type.
              |