LocationMode Class
Specifies the ___location the request should be sent to. This mode only applies for RA-GRS accounts which allow secondary read access. All other account types must use PRIMARY.
Constructor
LocationMode()
Attributes
PRIMARY
Requests should be sent to the primary ___location.
PRIMARY = 'primary'
SECONDARY
Requests should be sent to the secondary ___location, if possible.
SECONDARY = 'secondary'