SqlContainerIndexingPolicyArgs

data class SqlContainerIndexingPolicyArgs(val compositeIndices: Output<List<SqlContainerIndexingPolicyCompositeIndexArgs>>? = null, val excludedPaths: Output<List<SqlContainerIndexingPolicyExcludedPathArgs>>? = null, val includedPaths: Output<List<SqlContainerIndexingPolicyIncludedPathArgs>>? = null, val indexingMode: Output<String>? = null, val spatialIndices: Output<List<SqlContainerIndexingPolicySpatialIndexArgs>>? = null) : ConvertibleToJava<SqlContainerIndexingPolicyArgs>

Constructors

Link copied to clipboard
constructor(compositeIndices: Output<List<SqlContainerIndexingPolicyCompositeIndexArgs>>? = null, excludedPaths: Output<List<SqlContainerIndexingPolicyExcludedPathArgs>>? = null, includedPaths: Output<List<SqlContainerIndexingPolicyIncludedPathArgs>>? = null, indexingMode: Output<String>? = null, spatialIndices: Output<List<SqlContainerIndexingPolicySpatialIndexArgs>>? = null)

Properties

Link copied to clipboard

One or more composite_index blocks as defined below.

Link copied to clipboard

One or more excluded_path blocks as defined below. Either included_path or excluded_path must contain the path /*

Link copied to clipboard

One or more included_path blocks as defined below. Either included_path or excluded_path must contain the path /*

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

Indicates the indexing mode. Possible values include: consistent and none. Defaults to consistent.

Link copied to clipboard

One or more spatial_index blocks as defined below. //

Functions

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