DataCacheFactoryConfiguration Properties

 

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Properties

Name Description
System_CAPS_pubproperty AutoDiscoverProperty

Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.

System_CAPS_pubproperty CacheReadyRetryPolicy

Specifies the retry policy for the cache client.

System_CAPS_pubproperty ChannelOpenTimeout

Gets or sets the length of time that the cache client waits to establish a network connection with the server.

System_CAPS_pubproperty DataCacheServiceAccountType

The type of account that runs the Caching service.

System_CAPS_pubproperty IsCompressionEnabled

Specifies whether compression is enabled. A value of true enables compression. The default is false.

System_CAPS_pubproperty LocalCacheProperties

Gets or sets the local cache settings for the cache client.

System_CAPS_pubproperty MaxConnectionsToServer

Specifies the maximum number of channels to open to the cache cluster.

System_CAPS_pubproperty NotificationProperties

Gets or sets the notification settings for the cache client. Not supported in Windows Azure Shared Caching.

System_CAPS_pubproperty RequestTimeout

Gets or sets the length of time that the cache client waits for a response from the server for each request.

System_CAPS_pubproperty SecurityProperties

Gets or sets the security properties for the cache client.

System_CAPS_pubproperty SerializationProperties

Specifies the type of serialization to use.

System_CAPS_pubproperty Servers

Gets or sets an array of DataCacheServerEndpoint objects.

System_CAPS_pubproperty TransportProperties

Gets or sets the transport properties for the cache client.

System_CAPS_pubproperty UseLegacyProtocol

A value of true specifies that the legacy protocol should be used for connecting to the cache.

See Also

DataCacheFactoryConfiguration Class
Microsoft.ApplicationServer.Caching Namespace

Return to top