Indexing Policy Args
data class IndexingPolicyArgs(val automatic: Output<Boolean>? = null, val compositeIndexes: Output<List<List<CompositePathArgs>>>? = null, val excludedPaths: Output<List<ExcludedPathArgs>>? = null, val includedPaths: Output<List<IncludedPathArgs>>? = null, val indexingMode: Output<Either<String, IndexingMode>>? = null, val spatialIndexes: Output<List<SpatialSpecArgs>>? = null, val vectorIndexes: Output<List<VectorIndexArgs>>? = null) : ConvertibleToJava<IndexingPolicyArgs>
Cosmos DB indexing policy
Constructors
Link copied to clipboard
constructor(automatic: Output<Boolean>? = null, compositeIndexes: Output<List<List<CompositePathArgs>>>? = null, excludedPaths: Output<List<ExcludedPathArgs>>? = null, includedPaths: Output<List<IncludedPathArgs>>? = null, indexingMode: Output<Either<String, IndexingMode>>? = null, spatialIndexes: Output<List<SpatialSpecArgs>>? = null, vectorIndexes: Output<List<VectorIndexArgs>>? = null)
Properties
Link copied to clipboard
List of composite path list
Link copied to clipboard
List of paths to exclude from indexing
Link copied to clipboard
List of paths to include in the indexing
Link copied to clipboard
Indicates the indexing mode.
Link copied to clipboard
List of spatial specifics
Link copied to clipboard
List of paths to include in the vector indexing