Skip to main content

CreateSnapshotResponse

snapshot object

A point-in-time snapshot of a bucket. See https://www.tigrisdata.com/docs/snapshots/.

versionstring

Snapshot version (UNIX nanosecond-precision timestamp).

created_atdate-time
bucketstring

Name of the bucket this snapshot belongs to.

descriptionstring

Optional name or description.

CreateSnapshotResponse
{
"snapshot": {
"version": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"bucket": "string",
"description": "string"
}
}