GigaSpaces XAP.NET Documentation
LocalViewConfig Class
Class LibraryGigaSpaces.Core.CacheLocalViewConfig
A configuration object use to configure creation of a local view.
Declaration Syntax
C#Visual BasicVisual C++J#
public class LocalViewConfig
Public Class LocalViewConfig
public ref class LocalViewConfig
public class LocalViewConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LocalViewConfig()()()
Initializes a new instance of the LocalViewConfig class

BatchSize
Gets or sets the local view batch size which will be used for synchronizing the view with the remote space. Null value indicates that the default value will be used.

BatchTimeout
Gets or sets the local view batch timeout (i.e. maximum time the server will batch entries before updating the client. Null value indicates that the default value will be used.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitialSynchronizationTimeout
Gets or sets the initial synchronization process timeout, once exceeded the process is considered failed and will be retried (Defaults to 5 minutes).

MaxDisconnectionDuration
Gets or sets the maximum allowed duration to hold stale data in the view before restarting the view. This occurrs when the connection is lost with the remote space for the specified duration. Null value indicates that the default value will be used.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
LocalViewConfig

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)