Module: Azure::Storage::Common::LocationMode

Defined in:
lib/azure/storage/common/default.rb

Overview

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

Constant Summary collapse

PRIMARY_ONLY =
0
PRIMARY_THEN_SECONDARY =
1
SECONDARY_ONLY =
2
SECONDARY_THEN_PRIMARY =
3