Class Topic
- Namespace
- Azure.Iot.Operations.Services.Assets
- Assembly
- Azure.Iot.Operations.Services.dll
public record Topic : IEquatable<Topic>
- Inheritance
-
Topic
- Implements
- Inherited Members
Properties
Path
The topic path for messages sent for the specific entry.
public string Path { get; set; }
Property Value
Retain
The topic retain attribute for the specific entry.
[JsonConverter(typeof(JsonStringEnumConverter<RetainHandling>))]
public RetainHandling? Retain { get; set; }