> ## 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.

# XPackageChunkAvailability

> XPackageChunkAvailability

# XPackageChunkAvailability

Indicates the availability of installation chunks.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class XPackageChunkAvailability  : uint32_t  
{  
    Ready,  
    Pending,  
    Installable,  
    Unavailable  
}  
```

<a id="constantsSection" />

## Constants

| Constant    | Description                                            |
| ----------- | ------------------------------------------------------ |
| Ready       | The chunk is already installed and can be read.        |
| Pending     | The chunk is not installed yet but will be.            |
| Installable | The chunk will not be installed but can be downloaded. |
| Unavailable | The chunk can't be downloaded.                         |

<a id="remarksSection" />

## Remarks

This enumeration determines the status and availability of the XPackage API installation files. Packages contain all the files that make up a game. Files can be grouped into logical units called chunks. A chunk has a numeric ID and can also have zero or more textual attributes like a language or a user-defined tag. Many XPackage APIs operate on groups of chunks.

For information about the packaging technology used with XBOX One titles, see [Overview of Packaging](/build/core-features/common/packaging/overviews/packaging). For information about the steps to create an XVC package, see [Getting started packaging titles for XBOX consoles](/build/core-features/common/packaging/overviews/packaging-getting-started-for-console).

<a id="requirementsSection" />

## Requirements

**Header:** XPackage.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

<a id="seealsoSection" />

## See also

[Streaming Installation and Intelligent Delivery](/build/core-features/common/packaging/overviews/streaming_install-intelligent_delivery)\
[XPackage](/reference/system/xpackage/xpackage_members)
