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

# TitleDataType data type

> Reference for the PlayFab TitleDataType enumeration that specifies the type of title data referenced by PlayStream events and related APIs.

***

title: TitleDataType
author: ronnyparedes
description: TitleDataType data type.
ms.author: ronnyparedes
ms.date: 02/12/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# TitleDataType

Specifies the type of title data.

## Values

| Name              | Value | Description                                      |
| :---------------- | :---- | :----------------------------------------------- |
| TitleData         | 0     | Public title data accessible to all clients.     |
| TitleInternalData | 1     | Internal title data only accessible server-side. |


## Related topics

- [Services C API overview - PFTitleDataManagementTypes.h](/services/playfab/api-references/c/pftitledatamanagementtypes/pftitledatamanagementtypes_members.md)
- [AddOnProvisioningState data type](/services/playfab/api-references/events/data-types/addonprovisioningstate.md)
- [title_data_updated](/services/playfab/api-references/events/TitleData/title-data-updated.md)
- [title_data_override_deleted](/services/playfab/api-references/events/TitleData/title-data-override-deleted.md)
- [Title Data](/services/playfab/live-service-management/game-configuration/titledata/index.md)
