Click or drag to resize

EPDataFlowServiceSaveConfiguration Method

Save an existing data flow configuration (data flow name and its options) for later retrieval.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void SaveConfiguration(
	string dataflowConfigName,
	string deploymentId,
	string dataFlowName,
	EPDataFlowInstantiationOptions options
)

Parameters

dataflowConfigName
Type: SystemString
configuration name to save, must be unique
deploymentId
Type: SystemString
deployment id
dataFlowName
Type: SystemString
data flow name
options
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowInstantiationOptions
options object
See Also