|
NATS C Client with JetStream and Streaming support
3.11.0
The nats.io C Client, Supported by Synadia Communications Inc.
|
#include <nats.h>
Public Attributes | |
| const char * | Name |
| Name is the name of the object. | |
| const char * | Description |
| Description is an optional description for the object. | |
| natsHeader * | Headers |
| Headers is an optional set of user-defined headers for the object. | |
| natsMetadata | Metadata |
| Metadata is the user supplied metadata for the object. | |
| objStoreMetaOptions | Opts |
| Additional options for the object. | |
This structure represents high level information about an object.
| const char* objStoreMeta::Name |
The name is required when adding an object and has to be unique within the object store.
| const char* objStoreMeta::Description |
| natsHeader* objStoreMeta::Headers |
| natsMetadata objStoreMeta::Metadata |
| objStoreMetaOptions objStoreMeta::Opts |