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.
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python