Class ConnectorMessageSchema
- Namespace
- Azure.Iot.Operations.Connector
- Assembly
- Azure.Iot.Operations.Connector.dll
public class ConnectorMessageSchema
- Inheritance
-
ConnectorMessageSchema
- Inherited Members
Constructors
ConnectorMessageSchema(string, Format, SchemaType, string?, Dictionary<string, string>?)
public ConnectorMessageSchema(string schemaContent, Format schemaFormat, SchemaType schemaType, string? version, Dictionary<string, string>? tags)
Parameters
schemaContent
stringschemaFormat
FormatschemaType
SchemaTypeversion
stringtags
Dictionary<string, string>
Properties
SchemaContent
public string SchemaContent { get; }
Property Value
SchemaFormat
public Format SchemaFormat { get; }
Property Value
SchemaType
public SchemaType SchemaType { get; }
Property Value
Tags
public Dictionary<string, string>? Tags { get; }
Property Value
Version
public string? Version { get; }