# OracleLabsParallelGraphAnalyticsPgxRestApi.VertexTable

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | [optional] 
**metaData** | [**VertexProviderMetaData**](VertexProviderMetaData.md) |  | [optional] 
**providerLabels** | **[String]** |  | [optional] 
**keyPropertyName** | **String** |  | [optional] 
**entityKeyType** | **String** |  | [optional] 
**isIdentityKeyMapping** | **Boolean** |  | [optional] 
**vertexLabels** | [**Property**](Property.md) |  | [optional] 
**vertexProperties** | [**{String: Property}**](Property.md) |  | [optional] 
**_transient** | **Boolean** |  | [optional] 

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

* `INTEGER` (value: `"INTEGER"`)
* `LONG` (value: `"LONG"`)
* `STRING` (value: `"STRING"`)

