MappingLocation Enum
- java.
lang. Object - java.
lang. Enum<MappingLocation> - com.
microsoft. azure. elasticdb. shard. recovery. MappingLocation
- com.
- java.
public enum MappingLocation
Location where the different mappings exist.
Fields
MappingInShardMapAndShard |
Mapping present at both global store and shard. |
MappingInShardMapOnly |
Mapping is present in global store, but absent on the shard. |
MappingInShardOnly |
Mapping is absent in global store, but present on the shard. |
SIZE |
Methods
forValue(int value)
getValue()
public int getValue()
Returns
int
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java