Click or drag to resize

CreateSchemaClauseTypeDef Class

Represents a type definition for use with the create-schema syntax for creating a new event type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaCreateSchemaClauseTypeDef

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class CreateSchemaClauseTypeDef : Enum

The CreateSchemaClauseTypeDef type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAVRO
Avro-array underlying type.
Public fieldStatic memberMAP
Map underlying type.
Public fieldStatic memberNONE
Undefined (system default) underlying type.
Public fieldStatic memberOBJECTARRAY
Object-array underlying type.
Public fieldvalue__
Public fieldStatic memberVARIANT
Variant type.
Top
Extension Methods
  NameDescription
Public Extension MethodWrite
Write keyword according to type def.
(Defined by CreateSchemaClauseTypeDefExtensions.)
Top
See Also