Class Schema
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
Schema object
public class Schema
- Inheritance
-
Schema
- Inherited Members
Properties
Description
Human-readable description of the schema.
public string? Description { get; set; }
Property Value
DisplayName
Human-readable display name.
public string? DisplayName { get; set; }
Property Value
Format
Format of the schema.
public Format Format { get; set; }
Property Value
Hash
Hash of the schema content.
public string? Hash { get; set; }
Property Value
Name
Schema name.
public string Name { get; set; }
Property Value
Namespace
Schema registry namespace. Uniquely identifies a schema registry within a tenant.
public string Namespace { get; set; }
Property Value
SchemaContent
Content stored in the schema.
public string SchemaContent { get; set; }
Property Value
SchemaType
Type of the schema.
public SchemaType SchemaType { get; set; }
Property Value
Tags
Schema tags.
public Dictionary<string, string>? Tags { get; set; }
Property Value
Version
Version of the schema. Allowed between 0-9.
public string Version { get; set; }