NATS C Client with JetStream and Streaming support  3.11.0
The nats.io C Client, Supported by Synadia Communications Inc.
Loading...
Searching...
No Matches
natsMetadata Struct Reference

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.
 

Detailed Description

Used in JetStream, object store and microservice configurations.

Member Data Documentation

◆ List

const char** natsMetadata::List

◆ Count

int natsMetadata::Count

The documentation for this struct was generated from the following file: