RecyclingLogEvents

Configuration for which recycling events are logged.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
time boolean
requests boolean
schedule boolean
memory boolean
isapi_unhealthy boolean
on_demand boolean
config_change boolean
private_memory boolean
View JSON Schema on GitHub

JSON Schema

microsoft-windows-server-recyclinglogevents-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecyclingLogEvents",
  "title": "RecyclingLogEvents",
  "type": "object",
  "description": "Configuration for which recycling events are logged.",
  "properties": {
    "time": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "requests": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "schedule": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "memory": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "isapi_unhealthy": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "on_demand": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "config_change": {
      "type": "boolean",
      "default": true,
      "example": true
    },
    "private_memory": {
      "type": "boolean",
      "default": true,
      "example": true
    }
  }
}