Microsoft Azure · JSON Structure

Azure Cosmos Db Indexing Policy Structure

Type: object Properties: 6
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

IndexingPolicy is a JSON Structure definition published by Microsoft Azure, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

automatic indexingMode includedPaths excludedPaths compositeIndexes spatialIndexes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IndexingPolicy",
  "type": "object",
  "properties": {
    "automatic": {
      "type": "boolean"
    },
    "indexingMode": {
      "type": "string"
    },
    "includedPaths": {
      "type": "array"
    },
    "excludedPaths": {
      "type": "array"
    },
    "compositeIndexes": {
      "type": "array"
    },
    "spatialIndexes": {
      "type": "array"
    }
  }
}