GetSnapshotResponse | Tigris Object Storage Documentation

GetSnapshotResponse

snapshot object

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

version string

Snapshot version (UNIX nanosecond-precision timestamp).

created_at date-time

bucket string

Name of the bucket this snapshot belongs to.

description string

Optional name or description.

GetSnapshotResponse

{

"snapshot": {

"version": "string",

"created_at": "2024-07-29T15:51:28.071Z",

"bucket": "string",

"description": "string"

}

}