Sql Container Indexing Policy Args
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
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. //