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

# Getting Started with PlayFab Explorer

> Reference for the PlayFab Insights events.all Kusto table, including the schema, entity fields, and payload columns that power Event History and Explorer.

# events.all 테이블 정보

events.all 테이블은 어떤 수집 파이프라인을 통해 들어오든 관계없이 모든 수신 이벤트의 대상입니다. 이 테이블은 Event History와 Explorer를 포함한 Game Manager의 여러 기능을 구동합니다.

<Note>
  존재하는 많은 열은 수집 프로세스의 산물로 작성되었으며 사용 중단이 진행 중입니다. 아래에 나열된 열만 유지될 예정입니다. 다른 열은 무시할 수 있으며 무시해야 합니다.
</Note>

| 열 이름                                   | 데이터 형식   | 설명                                                                                                                                                                    |
| :------------------------------------- | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SchemaVersion                          | String   | PlayFab 서비스가 이벤트에 할당한 스키마 버전을 나타냅니다. 이벤트의 구조적 변경이 발생하면 이 숫자가 증가합니다.                                                                                                   |
| FullName\_NameSpace                    | String   | 수집 시 이벤트에 할당된 네임스페이스입니다. 동일한 이름의 타이틀 원격 분석 이벤트와 PlayFab 이벤트 간의 충돌을 방지하도록 설계되었습니다. 도메인별로 그룹화하는 데 유용합니다.                                                                |
| FullName\_Name                         | String   | 이벤트의 이름입니다.                                                                                                                                                           |
| Entity\_Id                             | String   | 이벤트를 보내는 엔티티의 고유 ID입니다(타이틀 플레이어, 캐릭터, 타이틀 등).                                                                                                                         |
| Entity\_Type                           | String   | 이벤트를 보내는 엔티티의 유형입니다(타이틀 플레이어, 캐릭터, 타이틀 등).                                                                                                                            |
| EntityLineage\_title                   | String   | 이벤트가 발생한 Title ID입니다.                                                                                                                                                 |
| EventData                              | Dynamic  | 이벤트의 원본 JSON 페이로드입니다.                                                                                                                                                 |
| EventId                                | String   | 각 이벤트에 대한 고유한 GUID 식별자입니다.                                                                                                                                            |
| Timestamp                              | DateTime | PlayFab이 이벤트를 수신한 시간입니다.                                                                                                                                              |
| EntityLineage\_title\_player\_account  | String   | 이벤트와 연결된 타이틀 플레이어 ID입니다. 자세한 내용은 [사용 가능한 기본 제공 엔티티 유형](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types)을 참조하세요. |
| EntityLineage\_master\_player\_account | String   | 이벤트와 연결된 마스터 플레이어 ID입니다. 자세한 내용은 [사용 가능한 기본 제공 엔티티 유형](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types)을 참조하세요. |
| EntityLineage\_namespace               | String   | 이벤트와 연결된 네임스페이스입니다. 자세한 내용은 [사용 가능한 기본 제공 엔티티 유형](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types)을 참조하세요.      |


## Related topics

- [Linux getting started](/ko/services/playfab/multiplayer/networking/linux-specific-requirements.md)
- [Android getting started](/ko/services/playfab/multiplayer/networking/android-specific-requirements.md)
- [iOS and macOS getting started](/ko/services/playfab/multiplayer/networking/apple-specific-requirements.md)
- [Defold용 Lua 빠른 시작](/ko/services/playfab/sdks/lua/quickstart-defold.md)
- [Data Explorer](/ko/services/playfab/data-analytics/learn-data/data-explorer/index.md)
