# OracleLabsParallelGraphAnalyticsPgxRestApi.EntityProviderLocation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locationKind** | **String** |  | [optional] 
**entityType** | **String** |  | [optional] 
**format** | **String** |  | [optional] 
**filePaths** | **[String]** |  | [optional] 

<a name="LocationKindEnum"></a>
## Enum: LocationKindEnum

* `FILE` (value: `"FILE"`)
* `DB` (value: `"DB"`)


<a name="EntityTypeEnum"></a>
## Enum: EntityTypeEnum

* `VERTEX` (value: `"VERTEX"`)
* `EDGE` (value: `"EDGE"`)
* `ROW` (value: `"ROW"`)


<a name="FormatEnum"></a>
## Enum: FormatEnum

* `PGB` (value: `"PGB"`)
* `RDBMS` (value: `"RDBMS"`)
* `CSV` (value: `"CSV"`)
* `ES` (value: `"ES"`)

