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

This event is triggered when client network information is received.

## Properties

| Name                                     | Type   | Description                                                                                                                                  |
| :--------------------------------------- | :----- | :------------------------------------------------------------------------------------------------------------------------------------------- |
| ClientInstanceId                         | String | The client-generated globally unique identifier of this instance of the Party library.                                                       |
| NetworkIdentifier                        | String | The network's unique identifier.                                                                                                             |
| NetworkInformationDurationInMs           | uint32 | The duration of the connection operation up to the point of receiving the network information, in milliseconds.                              |
| TotalDurationInMs                        | uint32 | The duration of the connection operation, receiving the network information, and all associated operations queued before it in milliseconds. |
| MaxUserCount                             | uint32 | The maximum user count specified in the network configuration.                                                                               |
| MaxDeviceCount                           | uint32 | The maximum device count specified in the network configuration.                                                                             |
| MaxUsersPerDeviceCount                   | uint32 | The maximum users per device count specified in the network configuration.                                                                   |
| MaxDevicesPerUserCount                   | uint32 | The maximum devices per user count specified in the network configuration.                                                                   |
| MaxEndpointsPerDeviceCount               | uint32 | The maximum endpoints per device count specified in the network configuration.                                                               |
| NetworkDirectPeerConnectivityOptions     | int32  | The direct peer connectivity options specified in the network configuration.                                                                 |
| LocalDeviceDirectPeerConnectivityOptions | int32  | The direct peer connectivity options specified by the local device when connecting to the network.                                           |

## Common Properties

All V2 PlayStream events are formatted as JSON objects and most share the following common properties:

| Name               | Type                                                                          | Description                                                                               |
| :----------------- | :---------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------- |
| SchemaVersion      | String                                                                        | PlayStream event format version, following a semantic versioning scheme.                  |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | Combination of the event name and event namespace to fully specify the event type.        |
| Id                 | String                                                                        | PlayFab-assigned unique identifier for this event.                                        |
| Timestamp          | DateTime                                                                      | The time (in UTC) associated with this event.                                             |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | Details about the entity to which this event applies including Entity Id and Entity type. |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | Object describing the source and source type that initiated this event.                   |
| PayloadContentType | String                                                                        | Specifies the content of the event payload. Default is "JSON".                            |
| Origin Info        | Object                                                                        | Optional field containing info about events originating outside of PlayFab.               |


## Related topics

- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [data_received_by_clients](/services/playfab/api-references/events/Networking/data-received-by-clients.md)
- [PartyEndpointMessageReceivedStateChange](/services/playfab/multiplayer/networking/reference/structs/partyendpointmessagereceivedstatechange.md)
- [PartyChatTextReceivedStateChange](/services/playfab/multiplayer/networking/reference/structs/partychattextreceivedstatechange.md)
- [PartyVoiceChatTranscriptionReceivedStateChange](/services/playfab/multiplayer/networking/reference/structs/partyvoicechattranscriptionreceivedstatechange.md)
