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

#include <nats.h>

Public Attributes

objStoreLinkLink
 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.
 

Detailed Description

This structure is used to set additional options when creating an object.

Member Data Documentation

◆ Link

objStoreLink* objStoreMetaOptions::Link

It should not be set manually, but rather by using the objStore_AddLink or objStore_AddBucketLink methods.

◆ ChunkSize

uint32_t objStoreMetaOptions::ChunkSize

If not specified, the default is 128k.


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