---
title: "CloudPostgresqlBackupDetail"
slug: "common-vapidatatype-cloudpostgresqlbackupdetail"
tags: ["VPC", "Cloud DB for PostgreSQL"]
updated: 2026-04-23T08:55:07Z
published: 2026-04-23T09:02:03Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CloudPostgresqlBackupDetail

VPC 환경에서 이용 가능합니다.

Cloud DB for PostgreSQL 백업 상세 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String fileName;
private Date startTime;
private Date endTime;
private Long backupSize;
private Long dataStorageSize;
private Long archivedWalFileSize;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `fileName` | String | Required | 백업 파일 이름 |
| `startTime` | Date | Required | 백업 시작 시간 |
| `endTime` | Date | Required | 백업 종료 시간 |
| `backupSize` | Long | Required | 백업 파일 크기 |
| `dataStorageSize` | Long | Required | 데이터 스토리지 크기 |
| `archivedWalFileSize` | Long | Required | Archived WAL 파일 크기 |
