Class DestinationConfiguration
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record DestinationConfiguration : IEquatable<DestinationConfiguration>
- Inheritance
-
DestinationConfiguration
- Implements
-
- Inherited Members
-
Properties
Key
public string? Key { get; set; }
Property Value
- string
Path
public string? Path { get; set; }
Property Value
- string
Qos
public QoS? Qos { get; set; }
Property Value
- QoS?
Retain
public Retain? Retain { get; set; }
Property Value
- Retain?
Topic
public string? Topic { get; set; }
Property Value
- string
Ttl
public ulong? Ttl { get; set; }
Property Value
- ulong?