Class CoherenceSessionOptions
Represents the Coherence session configuration options.
Inherited Members
Namespace: Tangosol.Web
Assembly: Coherence.SessionStore.dll
Syntax
public class CoherenceSessionOptions
Fields
CONFIG
Key to access Coherence configuration subsection.
Declaration
public static readonly string CONFIG
Field Value
Type | Description |
---|---|
string |
Properties
ApplicationId
Overrides default application ID that is used as a part of session key.
Declaration
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string |
CacheConfig
Path to the Coherence cache configuration file.
Declaration
public string CacheConfig { get; set; }
Property Value
Type | Description |
---|---|
string |
CacheName
Name of the session cache.
Declaration
public string CacheName { get; }
Property Value
Type | Description |
---|---|
string |
CoherenceConfig
Path to the Coherence configuration file.
Declaration
public string CoherenceConfig { get; set; }
Property Value
Type | Description |
---|---|
string |
MinOverflowAttributeSize
Attribute size limit after which attribute will be stored in overflow cache.
Declaration
public int MinOverflowAttributeSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Model
Session model.
Declaration
public CoherenceSessionOptions.SessionModel Model { get; set; }
Property Value
Type | Description |
---|---|
CoherenceSessionOptions.SessionModel |
OverflowCacheName
Name of the overflow session cache.
Declaration
public string OverflowCacheName { get; }
Property Value
Type | Description |
---|---|
string |