Show / Hide Table of Contents

Class CoherenceSessionOptions

Represents the Coherence session configuration options.

Inheritance
object
CoherenceSessionOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.