Class TopicSchema
- Namespace
- Azure.Iot.Operations.Services.Akri.DiscoveredAssetResources
- Assembly
- Azure.Iot.Operations.Services.dll
public class TopicSchema
- Inheritance
-
TopicSchema
- Inherited Members
Properties
Path
The 'path' Field.
[JsonPropertyName("path")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Path { get; set; }
Property Value
Retain
The 'retain' Field.
[JsonPropertyName("retain")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DiscoveredTopicRetain? Retain { get; set; }