SqlContainerIndexingPolicySpatialIndexArgs

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

Constructors

constructor(path: Output<String>, types: Output<List<String>>? = null)

Properties

Link copied to clipboard
val path: Output<String>

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: Output<List<String>>? = null

A set of spatial types of the path.

Functions

Link copied to clipboard
open override fun toJava(): SqlContainerIndexingPolicySpatialIndexArgs