Microsoft Windows Server · JSON Structure

Iis Administration Recycling Log Events Structure

Type: object Properties: 8
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

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

Properties

time requests schedule memory isapi_unhealthy on_demand config_change private_memory

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecyclingLogEvents",
  "type": "object",
  "properties": {
    "time": {
      "type": "boolean"
    },
    "requests": {
      "type": "boolean"
    },
    "schedule": {
      "type": "boolean"
    },
    "memory": {
      "type": "boolean"
    },
    "isapi_unhealthy": {
      "type": "boolean"
    },
    "on_demand": {
      "type": "boolean"
    },
    "config_change": {
      "type": "boolean"
    },
    "private_memory": {
      "type": "boolean"
    }
  }
}