Table of Contents

Class DefaultTopicSchema

Namespace
Azure.Iot.Operations.Services.Akri.DiscoveredAssetResources
Assembly
Azure.Iot.Operations.Services.dll
public class DefaultTopicSchema
Inheritance
DefaultTopicSchema
Inherited Members

Properties

Path

The 'path' Field.

[JsonPropertyName("path")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Path { get; set; }

Property Value

string

Retain

The 'retain' Field.

[JsonPropertyName("retain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DiscoveredTopicRetain? Retain { get; set; }

Property Value

DiscoveredTopicRetain?