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

# GetQuota

> 저장 게임 래퍼를 사용하여 저장할 수 있는 데이터의 양을 반환합니다.

# Microsoft.Xbox.Wrappers.XGameSave.Provider.GetQuota

저장 게임 래퍼를 사용하여 저장할 수 있는 데이터의 양을 반환합니다.

## 구문

```cpp theme={null}
int64_t GetQuota();
```

### 반환 값

형식: int64\_t

저장 공간 내에서 아직 사용 가능한 바이트 수를 반환합니다.

## 설명

각 게임은 지정된 사용자에 대해 저장할 수 있는 데이터의 양에 대한 제한 할당량을 가지고 있습니다. 이 할당량이 초과되면 추가 데이터를 저장하려는 시도가 E\_GS\_QUOTA\_EXCEEDED와 함께 실패합니다. 정확한 뷰를 제공하기 위해 대기 중인 쓰기, 업데이트 또는 삭제 작업 중 어느 것이든 남은 할당량을 변경할 수 있으므로, 반환하기 전에 이러한 작업이 먼저 처리되도록 항상 확인합니다.

## 요구 사항

**헤더:** xgamesavewrappers.hpp

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔


## Related topics

- [Steam Cloud 스토리지를 XBOX GDK로 이식하기](/ko/build/steam-porting-guide/features/steam-cloud.md)
- [XGameSaveGetRemainingQuota](/ko/reference/system/xgamesave/functions/xgamesavegetremainingquota.md)
- [XGameSaveGetRemainingQuotaAsync](/ko/reference/system/xgamesave/functions/xgamesavegetremainingquotaasync.md)
- [XGameSaveGetRemainingQuotaResult](/ko/reference/system/xgamesave/functions/xgamesavegetremainingquotaresult.md)
- [XGameSaveFilesGetRemainingQuota](/ko/reference/system/xgamesavefiles/functions/xgamesavefilesgetremainingquota.md)
