NATS C Client with JetStream and Streaming support
3.11.0
The nats.io C Client, Supported by Synadia Communications Inc.
|
A type to represent user-provided metadata, a list of k=v pairs. More...
#include <nats.h>
Public Attributes | |
const char ** | List |
User-provided metadata for the stream, encoded as an array of {"key", "value",...}. | |
int | Count |
Number of key/value pairs in Metadata, 1/2 of the length of the array. | |
Used in JetStream, object store and microservice configurations.
const char** natsMetadata::List |
int natsMetadata::Count |