JsonField Class
This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema.
- Inheritance
-
JsonField
Constructor
JsonField(*, source_field: Optional[str] = None, **kwargs)
Variables
- source_field
- str
Name of a field in the input event schema that's to be used as the source of a mapping.
Feedback
Submit and view feedback for