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

> client_network_created イベント。

このイベントは、クライアント ネットワークが作成されたときにトリガーされます。

## Properties

| Name                          | Type   | Description                                      |
| :---------------------------- | :----- | :----------------------------------------------- |
| ClientInstanceId              | String | Party ライブラリのこのインスタンスに対してクライアントが生成したグローバル一意識別子。   |
| NetworkIdentifier             | String | ネットワークの一意の識別子。                                   |
| RegionName                    | String | 新しく作成されたネットワークに関連付けられているリージョン名。作成に失敗した場合は空になります。 |
| ServerId                      | String | PlayFab RequestPartyResponse の ServerId フィールド。   |
| VmId                          | String | PlayFab RequestPartyResponse の VmId フィールド。       |
| DurationInMs                  | uint32 | このリクエストの所要時間 (ミリ秒)。                              |
| Result                        | int32  | 操作の PartyStateChangeResult。                      |
| ResultMessage                 | String | Result 値の人間が読める形式の表現。                            |
| ErrorDetail                   | uint32 | PartyError のエラー詳細コード。                            |
| RegionCount                   | uint32 | ネットワーク作成時に指定されたリージョンの数。                          |
| MaxUserCount                  | uint32 | ネットワーク構成で指定された最大ユーザー数。                           |
| MaxDeviceCount                | uint32 | ネットワーク構成で指定された最大デバイス数。                           |
| MaxUsersPerDeviceCount        | uint32 | ネットワーク構成で指定されたデバイスあたりの最大ユーザー数。                   |
| MaxDevicesPerUserCount        | uint32 | ネットワーク構成で指定されたユーザーあたりの最大デバイス数。                   |
| MaxEndpointsPerDeviceCount    | uint32 | ネットワーク構成で指定されたデバイスあたりの最大エンドポイント数。                |
| DirectPeerConnectivityOptions | int32  | ネットワーク作成時に指定されたダイレクト ピア接続オプション。                  |
| RequestedRelayVersion         | String | 要求されたリレー プロトコル バージョン。                            |
| RequestedRelayBuildAliasId    | String | 要求されたリレー ビルド エイリアス ID。                           |

## 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)
- [client_network_destroyed](/ja-jp/services/playfab/api-references/events/Networking/client-network-destroyed.md)
- [IXtfFileIOClient::CreateDirectory メソッド](/ja-jp/reference/tools/xtf/xtffileio/classes/IXtfFileIOClient/methods/createdirectory-ixtffileioclient-xtffileio-xbox-microsoft-m.md)
- [client_connected_to_network](/ja-jp/services/playfab/api-references/events/Networking/client-connected-to-network.md)
- [client_network_information_received](/ja-jp/services/playfab/api-references/events/Networking/client-network-information-received.md)
