# Block Storage Snapshot

Block storage snapshot

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `block-storage-volume` | [Target block storage volume](/reference/api/_schemas/block-storage-volume-ref/) | no | Referenced volume |
| `created-at` | string | no | Snapshot creation date<br/><br/>ISO 8601 date-time. |
| `id` | string | no | Snapshot ID<br/><br/>Must be a valid UUID. |
| `labels` | object | no | Resource labels |
| `name` | string | no | Snapshot name<br/><br/>Min length: `1`. Max length: `255`. |
| `size` | integer | no | Snapshot size<br/><br/>Min: `1`. |
| `state` | string | no | Snapshot state<br/><br/>Allowed values: `partially-destroyed`, `destroying`, `creating`, `created`, `promoting`, `error`, `destroyed`, `allocated`. |
| `volume-size` | integer | no | Original Volume size<br/><br/>Min: `0`. |

