Microsoft.ApplicationServer.StoresAppFabric Databases

Microsoft.ApplicationServer.Stores (ClassType)

This class represents a logical grouping of AppFabric databases. By grouping all of the databases you can get a quick indication of the health of your persisted data.

Knowledge Base article:

Summary

This class represents a logical grouping of AppFabric databases. By grouping all of the databases you can get a quick indication of the health of your persisted data.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId12a77213-20b4-3a85-b7f4-85b4aae8e7df

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ApplicationServer.Stores:
StoresName  string  Stores Name true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.Stores" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="StoresName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>