Table of Contents

Enum GeoServerReadMode

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

An enumeration used to control GeoServer "pull" replication during Read operations.

public enum GeoServerReadMode : byte

Fields

None = 0

Default. If GeoServer Pull replication is used with Poll, this indicates that the read operation can return the object value from the proxy held in the local ScaleOut store. If the local proxy value is stale (which can occur if the remote store is unreachable) then the Result returned from the read operation will be set to RetrievedStale.

Remote = 1

Indicates that the caller has configured GeoServer for "pull" replication and wants to force the local store to read the object from the remote store (rather than reading from a local proxy of the object).