Gremlin Graph Index Policy
data class GremlinGraphIndexPolicy(val automatic: Boolean? = null, val compositeIndices: List<GremlinGraphIndexPolicyCompositeIndex>? = null, val excludedPaths: List<String>? = null, val includedPaths: List<String>? = null, val indexingMode: String, val spatialIndices: List<GremlinGraphIndexPolicySpatialIndex>? = null)
Constructors
Link copied to clipboard
fun GremlinGraphIndexPolicy(automatic: Boolean? = null, compositeIndices: List<GremlinGraphIndexPolicyCompositeIndex>? = null, excludedPaths: List<String>? = null, includedPaths: List<String>? = null, indexingMode: String, spatialIndices: List<GremlinGraphIndexPolicySpatialIndex>? = null)