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

# PFEventsDataConnectionFabricKQLSettings

> PFEventsDataConnectionFabricKQLSettings data model.

PFEventsDataConnectionFabricKQLSettings data model.

## Syntax

```cpp theme={null}
typedef struct PFEventsDataConnectionFabricKQLSettings {  
    const char* clusterUri;  
    const char* database;  
    const char* table;  
} PFEventsDataConnectionFabricKQLSettings;  
```

### Members

**`clusterUri`**   const char\*<br />*is null-terminated*

(Optional) The URI of the Fabric cluster.

**`database`**   const char\*<br />*is null-terminated*

(Optional) The database to write to.

**`table`**   const char\*<br />*is null-terminated*

(Optional) The table to write to.

## Requirements

**Header:** PFEventsTypes.h

## See also

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