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) : 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)