Apama API Reference for .NET  10.15.4.1
Apama.Engine.NamedAggregateInfo Class Reference

This class provides access to a snapshot of information about an aggregate that is/was live in the engine. More...

Inherits Apama.Engine.NameInfo.

Public Member Functions

 NamedAggregateInfo (string name, string package, string qualifiedName)
 Constructor for NamedAggregateInfo More...
 
- Public Member Functions inherited from Apama.Engine.NameInfo
override string ToString ()
 Returns the fully qualified name of the item. More...
 

Additional Inherited Members

- Properties inherited from Apama.Engine.NameInfo
string FullyQualifiedName [get]
 Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name. More...
 
string Name [get]
 Get the name of the item. This is the "unqualified" name. More...
 
string Package [get]
 Get the package in which the item is installed. More...
 

Detailed Description

This class provides access to a snapshot of information about an aggregate that is/was live in the engine.

Constructor & Destructor Documentation

◆ NamedAggregateInfo()

Apama.Engine.NamedAggregateInfo.NamedAggregateInfo ( string  name,
string  package,
string  qualifiedName 
)

Constructor for NamedAggregateInfo

Parameters
name
package
qualifiedName