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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java