Table of Contents

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 string
schemaFormat Format
schemaType SchemaType
version string
tags Dictionary<string, string>

Properties

SchemaContent

public string SchemaContent { get; }

Property Value

string

SchemaFormat

public Format SchemaFormat { get; }

Property Value

Format

SchemaType

public SchemaType SchemaType { get; }

Property Value

SchemaType

Tags

public Dictionary<string, string>? Tags { get; }

Property Value

Dictionary<string, string>

Version

public string? Version { get; }

Property Value

string