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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java