Microsoft Azure · Example Payload

Azure Cosmos Db Indexing Policy Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Azure Cosmos Db Indexing Policy Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

automaticindexingModeincludedPathsexcludedPathscompositeIndexesspatialIndexes

Example Payload

Raw ↑
{
  "automatic": true,
  "indexingMode": "example_value",
  "includedPaths": [],
  "excludedPaths": [],
  "compositeIndexes": [],
  "spatialIndexes": []
}