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
objStoreMeta Struct Reference

#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.
 
natsHeaderHeaders
 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.
 

Detailed Description

This structure represents high level information about an object.

Member Data Documentation

◆ Name

const char* objStoreMeta::Name

The name is required when adding an object and has to be unique within the object store.

◆ Description

const char* objStoreMeta::Description

◆ Headers

natsHeader* objStoreMeta::Headers

◆ Metadata

natsMetadata objStoreMeta::Metadata

◆ Opts

objStoreMetaOptions objStoreMeta::Opts

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