Table of Contents

Class SchemaMetaExtensions

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Additional fields and field guarantees for the schema extension.

public class SchemaMetaExtensions
Inheritance
SchemaMetaExtensions
Inherited Members

Properties

DefaultVersionId

Default Version id as an integer. Must match defaultVersionId on the referenced resource meta entity.

[JsonPropertyName("defaultVersionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ulong DefaultVersionId { get; set; }

Property Value

ulong

Validation

Whether the schema should be validated.

[JsonPropertyName("validation")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public bool Validation { get; set; }

Property Value

bool