SpatialSpecArgs

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

Constructors

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

Properties

Link copied to clipboard
val path: Output<String>? = null

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

Link copied to clipboard
val types: Output<List<Either<String, SpatialType>>>? = null

List of path's spatial type */

Functions

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