Microsoft Azure · JSON Structure

Azure Cosmos Db Container Structure

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

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

Properties

id defaultTtl _rid _ts _self _etag _docs _sprocs _triggers _udfs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Container",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "defaultTtl": {
      "type": "integer"
    },
    "_rid": {
      "type": "string"
    },
    "_ts": {
      "type": "integer"
    },
    "_self": {
      "type": "string"
    },
    "_etag": {
      "type": "string"
    },
    "_docs": {
      "type": "string"
    },
    "_sprocs": {
      "type": "string"
    },
    "_triggers": {
      "type": "string"
    },
    "_udfs": {
      "type": "string"
    }
  }
}