SqlContainerIndexingPolicySpatialIndex

data class SqlContainerIndexingPolicySpatialIndex(val path: String, val types: List<String>? = null)

Constructors

Link copied to clipboard
constructor(path: String, types: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path for which the indexing behaviour applies to. According to the service design, all spatial types including LineString, MultiPolygon, Point, and Polygon will be applied to the path.

Link copied to clipboard
val types: List<String>? = null

A set of spatial types of the path.