DStream::setEngineName
Syntax
DStream::setEngineName(name)
Arguments
name is a string representing the name of the streaming egine. You can provide either the fully qualified name (FQN), such as "catalog_name.orca_engine.engine_name", or just the engine name, like "engine_name". If only the name is given, the system will automatically complete it using the current catalog.
Details
Sets a name for the current streaming engine. If an engine with the same name already exists, an exception will be thrown.
Return value: A streaming engine object.