Schema:

ACCOUNT_USAGE

BLOCK_STORAGE_SNAPSHOTS view

This Account Usage view displays a row for each block storage snapshot in the account.

Columns

Column NameData TypeDescription
SNAPSHOT_IDNUMBERID of the snapshot.
SNAPSHOT_NAMEVARCHARName of the snapshot.
DATABASE_IDVARCHARInternal, Snowflake-generated identifier of the database that the snapshot belongs to.
DATABASE_NAMEVARCHARName of the database that the snapshot belongs to.
SCHEMA_IDNUMBERInternal, Snowflake-generated identifier of the schema that the snapshot belongs to.
SCHEMA_NAMEVARCHARName of the schema that the snapshot belongs to.
SERVICE_IDNUMBERID of the service for which the snapshot is created.
SERVICE_NAMEVARCHARName of the service for which the snapshot is created.
VOLUME _NAMEVARCHARVolume from the specified service for which the snapshot is created.
INSTANCENUMBERID of the service instance for which the snapshot is created.
SIZENUMBERSize in GB of the snapshot.
ENCRYPTIONVARCHAREncryption type of the volume from which the snapshot was created.
COMMENTVARCHARGeneral comment about the snapshot.
OWNERVARCHARRole that owns the snapshot.
OWNER_ROLE_TYPEVARCHARThe type of role that owns the snapshot.
CREATED_ONTIMESTAMP_LTZCreation time of the snapshot.
LAST_ALTERED_ONTIMESTAMP_LTZLast altered time of the snapshot.
DELETED_ONTIMESTAMP_LTZDeletion time of the snapshot.

Usage notes

  • Latency for the view might be up to 180 minutes (3 hours).

Example

SELECT *
FROM SNOWFLAKE.ACCOUNT_USAGE.BLOCK_STORAGE_SNAPSHOTS;