Click or drag to resize
AggregateMetadata Class
Describes a CQL aggregate.
Inheritance Hierarchy
SystemObject
  DseAggregateMetadata

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

The AggregateMetadata type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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

Reference