EventSchemaObject
Parameters
The base class for the event schema.
Name of the ID field.
Name of the created_at field.
Inheritance
Inheritance Chain:EventSchemaObject
- →
IdSchemaObject
- →
SchemaObject
- →
ABC
Descendants
EventSchema
Properties
The creation timestamp field for this event schema.
Static Methods
get_schema_field_type()
CreatedAtField
Parameters
The schema object this field belongs to.
Name of the created_at field.
Inheritance
Inheritance Chain:CreatedAtField
- →
SchemaField
- →
ComparisonOperand
- →
ABC
- →
Generic
Properties
Sequence of supported comparison operation types for this field.
Methods
as_type()
SchemaReference
EventSchema
to reference other schemas.
Parameters
Name of the schema reference.
The event schema object this reference belongs to.
The type of schema being referenced.
Inheritance
Inheritance Chain:SchemaReference
- →
SchemaField
- →
ComparisonOperand
- →
HasMultiplier
- →
ABC
- →
Generic
Properties
Sequence of supported comparison operation types for this field.
MultipliedSchemaReference
Parameters
The schema reference to be multiplied.
The multiplier value.
Inheritance
Inheritance Chain:MultipliedSchemaReference
- →
HasMultiplier
- →
ABC
- →
Generic