Returns a new baggage with no entries
Get a list of all entries in the Baggage
Get an entry from Baggage if it exists
The key which identifies the BaggageEntry
Returns a new baggage with the entries from the current bag except the removed entries
keys identifying the entries to be removed
Returns a new baggage with the entries from the current bag except the removed entry
key identifying the entry to be removed
Returns a new baggage with the entries from the current bag and the specified entry
string which identifies the baggage entry
BaggageEntry for the given key
Generated using TypeDoc
Baggage represents collection of key-value pairs with optional metadata. Each key of Baggage is associated with exactly one value. Baggage may be used to annotate and enrich telemetry data.
1.0.0