GigaSpaces XAP.NET Documentation
GatewayTargetConfig Class
Class LibraryGigaSpaces.Core.ReplicationGatewayTargetConfig
Encapsulates gateway target configuration.
Declaration Syntax
C#Visual BasicVisual C++J#
public class GatewayTargetConfig
Public Class GatewayTargetConfig
public ref class GatewayTargetConfig
public class GatewayTargetConfig
Members
All MembersConstructorsMethodsProperties



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

BulkSize
Gets or sets the number of packets in each replication bulk sent to this gateway.

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.)
IdleTimeThreshold
Gets or sets the maximum time (in milliseconds) pending replication packets should wait before being replicated if PendingOperationThreshold has not been breached.

MaxRedoLogCapacity
Gets or sets the redo log capacity for this gateway (use -1 for unlimited capacity).

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name

OnRedoLogCapacityExceeded
Gets or sets the behavior once the defined redo log capacity is exceeded (irrelevant if the capacity is unlimited).

PendingOperationThreshold
Gets or sets the threshold count for pending replication packets that once reached, the packets will be replicated using the BulkSize.

ReplicateChangeOnUpdate
Gets or sets whether change should be replicated as full update.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GatewayTargetConfig

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)