Contents

ContentCachingInformationResponse.StatusResponse.AlertsItem

A dictionary that describes an alert from the content cache.

Declaration

object ContentCachingInformationResponse.StatusResponse.AlertsItem

Properties

NameTypeDescription
cacheLimitinteger

The limit, in bytes, for the content cache at the time of the alert. This value only applies to AssetCacheLowSpaceAlert and AssetCacheNoSpaceAlert types.

className Requiredstring

The type of the alert.

pathPreventingAccessstring

The subpath of the resource that was missing or inaccessible at the time of the alert. This value only applies to the AssetCacheResourceMissingAlert type.

postDate Requireddate

The date of the alert.

reservedVolumeSpaceinteger

The space, in bytes, that the system reserves at the time of the alert. This value only applies to the AssetCacheLowSpaceAlert and AssetCacheNoSpaceAlert types.

resourcestring

The resource that was missing or inaccessible at the time of the alert. This value only applies to the AssetCacheResourceMissingAlert type.

See Also

Objects