Table of Contents

Enum GeoServerCoherencyPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Indicates the type of coherency policy used for GeoServer "pull" replication.

public enum GeoServerCoherencyPolicy : byte

Fields

NoAutoRefresh = 0

Proxy objects in other stores should not be refreshed automatically.

Notify = 2

Remote stores should be notified of changes to the object so they can refresh their proxy object.

Poll = 1

Proxy objects will be periodically refreshed in remote stores.