Click or drag to resize

ConfigurationCommonEventTypeAvroSetAvroSchema Method

Sets the avro schema

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationCommonEventTypeAvro SetAvroSchema(
	Object avroSchema
)

Parameters

avroSchema
Type: SystemObject
avro schema

Return Value

Type: ConfigurationCommonEventTypeAvro
this
See Also