Table of Contents

Property Baggage

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

Baggage

Gets the baggage extracted from the message headers for receive operations when PropagateBaggage is enabled (after BaggageKeyFilter is applied); otherwise null. Always null for send operations. Enumeration order is unspecified.

public IReadOnlyList<KeyValuePair<string, string?>>? Baggage { get; init; }

Property Value

IReadOnlyList<KeyValuePair<string, string>>