Class MessagingShapeMatchData
Shape-match data attached to a messaging.contract.shape observation.
public sealed record MessagingShapeMatchData : IEquatable<MessagingShapeMatchData>
- Inheritance
-
MessagingShapeMatchData
- Implements
- Inherited Members
- Extension Methods
Constructors
MessagingShapeMatchData(string, IReadOnlyList<string>)
Shape-match data attached to a messaging.contract.shape observation.
public MessagingShapeMatchData(string Destination, IReadOnlyList<string> MatchedProperties)
Parameters
DestinationstringMatchedPropertiesIReadOnlyList<string>
Properties
Destination
public string Destination { get; init; }
Property Value
MatchedProperties
public IReadOnlyList<string> MatchedProperties { get; init; }