Indexing Policy Response
data class IndexingPolicyResponse(val automatic: Boolean? = null, val compositeIndexes: List<List<CompositePathResponse>>? = null, val excludedPaths: List<ExcludedPathResponse>? = null, val includedPaths: List<IncludedPathResponse>? = null, val indexingMode: String? = null, val spatialIndexes: List<SpatialSpecResponse>? = null)
Cosmos DB indexing policy
Constructors
Link copied to clipboard
constructor(automatic: Boolean? = null, compositeIndexes: List<List<CompositePathResponse>>? = null, excludedPaths: List<ExcludedPathResponse>? = null, includedPaths: List<IncludedPathResponse>? = null, indexingMode: String? = null, spatialIndexes: List<SpatialSpecResponse>? = null)