IMQRPCRequest.metadata property
Optional metadata attached by the caller.
Signature:
metadata?: IMQMetadata;
Remarks
Absent rather than null when none was passed. Service code should read it through currentMetadata(); the value there is the JSON round-trip of the caller's bag, so it is a plain object, not an IMQMetadata instance.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.