Skip to main content

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_bucketstring

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

snapshotstring

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

has_childrenboolean

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

ForkInfo
{
"parent_bucket": "string",
"snapshot": "string",
"has_children": true
}