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 | |
objStoreLink * | Link |
Link contains information about a link to another object or object store. | |
uint32_t | ChunkSize |
ChunkSize is the maximum size of each chunk in bytes. | |
This structure is used to set additional options when creating an object.
objStoreLink* objStoreMetaOptions::Link |
It should not be set manually, but rather by using the objStore_AddLink or objStore_AddBucketLink methods.
uint32_t objStoreMetaOptions::ChunkSize |
If not specified, the default is 128k.