Table of Contents

Enum GeoServerPullPolicy

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Enumeration used to indicate whether objects to the cache will be accessible to remote stores via GeoServer "pull" replication.

public enum GeoServerPullPolicy : byte

Fields

AllowRemoteAccess = 1

Remote access will be allowed.

Disabled = 0

Remote access will be disabled.