Table of Contents

Enum GeoServerPushPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Enumeration used to indicate whether objects to be added to the cache will be subject to GeoServer cross-store "push" replication.

public enum GeoServerPushPolicy : byte

Fields

AllowReplication = 1

The object will be replicated to a remote GeoServer store.

Disabled = 0

GeoServer replication will not be performed.