LocationMode enum

Specifies the location mode used to decide which location the request should be sent to.

Fields

PRIMARY_ONLY = 0

The primary location only

PRIMARY_THEN_SECONDARY = 1

The primary location first, then the secondary

SECONDARY_ONLY = 2

The secondary location only

SECONDARY_THEN_PRIMARY = 3

The secondary location first, then the primary