Click or drag to resize

AvroSchemaFieldAttribute Constructor (String, String)

Initializes a new instance of the AvroSchemaFieldAttribute class.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AvroSchemaFieldAttribute(
	string name = "",
	string schema = ""
)

Parameters

name (Optional)
Type: SystemString
The name.
schema (Optional)
Type: SystemString
The schema.
See Also