IndexingPolicyResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val automatic: Boolean? = null

Indicates if the indexing policy is automatic

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
val indexingMode: String? = null

Indicates the indexing mode.

Link copied to clipboard

List of spatial specifics