Module: Azure::Storage::Common::RequestLocationMode

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

Overview

Specifies the location used to indicate which location the operation (REST API) can be performed against. This is determined by the API and cannot be specified by the users.

Constant Summary collapse

PRIMARY_ONLY =
0
SECONDARY_ONLY =
1
PRIMARY_OR_SECONDARY =
2