StreamGraph::name

Syntax

StreamGraph::name

Details

Returns the fully qualified name (FQN) of the stream graph.

Returns: A value of type STRING.

Examples

Get the fully qualified name of the stream graph g submitted in the StreamGraph::submit example:

g.name()
// Output: 'demo.orca_graph.indicators'