UsedStorage

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
environmentType string
environmentName string
applicationFamily string
databaseStorageInKilobytes integer Used database storage in kilobytes
View JSON Schema on GitHub

JSON Schema

admin-center-used-storage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UsedStorage",
  "type": "object",
  "properties": {
    "environmentType": {
      "type": "string"
    },
    "environmentName": {
      "type": "string"
    },
    "applicationFamily": {
      "type": "string"
    },
    "databaseStorageInKilobytes": {
      "type": "integer",
      "description": "Used database storage in kilobytes"
    }
  }
}