ForkInfo | Tigris Object Storage Documentation

ForkInfo

Fork metadata for a bucket that was created as a fork, or that has forks depending on it. See https://www.tigrisdata.com/docs/forks/.

parent_bucket string

Name of the immediate source bucket this bucket was forked from.

snapshot string

Snapshot version this bucket was forked from (UNIX nanosecond-precision timestamp).

has_children boolean

True if one or more buckets have been forked from this bucket.

ForkInfo

{

"parent_bucket": "string",

"snapshot": "string",

"has_children": true

}