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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java