Microsoft.DistributedCache.ClusterAppFabric Cache Cluster

Microsoft.DistributedCache.Cluster (ClassType)

This class represents a collection of cache hosts that work together to form a cluster. Clustering provides high availability and replication of caches.

Knowledge Base article:

Summary

This class represents a collection of cache hosts that work together to form a cluster. Clustering provides high availability and replication of caches.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb616a748-b8ff-c78c-0c2e-600a8dd7246a

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.DistributedCache.Cluster:
ConnectionString  string  Connection String true 256  False 
Provider  string  Provider true 256  False 
IsInitialized  bool  Is Initialized false 256   
Size  string  Size false 16  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.DistributedCache.Cluster" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="ConnectionString" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Provider" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsInitialized" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Size" Type="string" Key="false" CaseSensitive="false" Length="16" MinLength="0"/>
</ClassType>