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

# PFEventsDataConnectionSettings

> PFEventsDataConnectionSettings data model.

PFEventsDataConnectionSettings data model.

## Syntax

```cpp theme={null}
typedef struct PFEventsDataConnectionSettings {  
    PFEventsDataConnectionAzureBlobSettings const* azureBlobSettings;  
    PFEventsDataConnectionAzureDataExplorerSettings const* azureDataExplorerSettings;  
    PFEventsDataConnectionFabricKQLSettings const* azureFabricKQLSettings;  
} PFEventsDataConnectionSettings;  
```

### Members

**`azureBlobSettings`**   [PFEventsDataConnectionAzureBlobSettings](/services/playfab/api-references/c/pfeventstypes/structs/pfeventsdataconnectionazureblobsettings) const\*<br />*may be nullptr*

(Optional) Settings if the type of connection is AzureBlobStorage.

**`azureDataExplorerSettings`**   [PFEventsDataConnectionAzureDataExplorerSettings](/services/playfab/api-references/c/pfeventstypes/structs/pfeventsdataconnectionazuredataexplorersettings) const\*<br />*may be nullptr*

(Optional) Settings if the type of connection is AzureDataExplorer.

**`azureFabricKQLSettings`**   [PFEventsDataConnectionFabricKQLSettings](/services/playfab/api-references/c/pfeventstypes/structs/pfeventsdataconnectionfabrickqlsettings) const\*<br />*may be nullptr*

(Optional) Settings if the type of connection is FabricKQL.

## Requirements

**Header:** PFEventsTypes.h

## See also

[PFEventsTypes members](/services/playfab/api-references/c/pfeventstypes/pfeventstypes_members)
