# 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/](/content/docs/forks/index.html).

**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

```json
{

"parent_bucket": "string",

"snapshot": "string",

"has_children": true

}
```
