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
-
azure.mgmt.eventgrid._serialization.ModelJsonField
Constructor
JsonField(*, source_field: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_field
|
Name of a field in the input event schema that's to be used as the source of a mapping. |
Variables
Name | Description |
---|---|
source_field
|
Name of a field in the input event schema that's to be used as the source of a mapping. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python