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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.