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

# client_network_information_received

> client_network_information_received イベント。

このイベントは、クライアントがネットワーク情報を受信したときにトリガーされます。

## Properties

| Name                                     | Type   | Description                                                |
| :--------------------------------------- | :----- | :--------------------------------------------------------- |
| ClientInstanceId                         | String | Party ライブラリのこのインスタンスに対してクライアントが生成したグローバル一意識別子。             |
| NetworkIdentifier                        | String | ネットワークの一意の識別子。                                             |
| NetworkInformationDurationInMs           | uint32 | ネットワーク情報を受信するまでの接続操作の所要時間 (ミリ秒)。                           |
| TotalDurationInMs                        | uint32 | 接続操作、ネットワーク情報の受信、およびそれに先行してキューに入れられた関連するすべての操作の所要時間 (ミリ秒)。 |
| MaxUserCount                             | uint32 | ネットワーク構成で指定された最大ユーザー数。                                     |
| MaxDeviceCount                           | uint32 | ネットワーク構成で指定された最大デバイス数。                                     |
| MaxUsersPerDeviceCount                   | uint32 | ネットワーク構成で指定されたデバイスあたりの最大ユーザー数。                             |
| MaxDevicesPerUserCount                   | uint32 | ネットワーク構成で指定されたユーザーあたりの最大デバイス数。                             |
| MaxEndpointsPerDeviceCount               | uint32 | ネットワーク構成で指定されたデバイスあたりの最大エンドポイント数。                          |
| NetworkDirectPeerConnectivityOptions     | int32  | ネットワーク構成で指定されたダイレクト ピア接続オプション。                             |
| LocalDeviceDirectPeerConnectivityOptions | int32  | ネットワークに接続する際にローカル デバイスが指定したダイレクト ピア接続オプション。                |

## Common Properties

すべての V2 PlayStream イベントは JSON オブジェクトとしてフォーマットされ、多くは次の共通プロパティを共有します。

| Name               | Type                                                                          | Description                                       |
| :----------------- | :---------------------------------------------------------------------------- | :------------------------------------------------ |
| SchemaVersion      | String                                                                        | セマンティック バージョニング方式に従った PlayStream イベント形式のバージョン。    |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | イベントの種類を完全に指定するための、イベント名とイベント名前空間の組み合わせ。          |
| Id                 | String                                                                        | このイベントに対して PlayFab が割り当てた一意の識別子。                  |
| Timestamp          | DateTime                                                                      | このイベントに関連付けられた時刻 (UTC)。                           |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | Entity ID や Entity Type など、このイベントが適用されるエンティティの詳細。 |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | このイベントを開始したソースとソースの種類を記述するオブジェクト。                 |
| PayloadContentType | String                                                                        | イベント ペイロードの内容を指定します。既定値は "JSON" です。               |
| Origin Info        | Object                                                                        | PlayFab の外部で発生したイベントに関する情報を含むオプションのフィールド。         |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.md)
- [data_received_by_clients](/ja-jp/services/playfab/api-references/events/Networking/data-received-by-clients.md)
- [XNetworkingTcpQueuedReceivedBufferUsageStatistics](/ja-jp/reference/networking/xnetworking/structs/xnetworkingtcpqueuedreceivedbufferusagestatistics.md)
- [XNetworking](/ja-jp/reference/networking/xnetworking/xnetworking_members.md)
- [OnChatMessageReceived](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonchatmessagereceived.md)
