JsonField Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class JsonField
type JsonField = class
Public Class JsonField
- Inheritance
-
JsonField
Constructors
JsonField() |
Initializes a new instance of the JsonField class. |
JsonField(String) |
Initializes a new instance of the JsonField class. |
Properties
SourceField |
Gets or sets name of a field in the input event schema that's to be used as the source of a mapping. |
Applies to
Azure SDK for .NET