51 строка
2.7 KiB
YAML
51 строка
2.7 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardMapAndShard
|
|
name: MappingInShardMapAndShard
|
|
nameWithType: MappingLocation.MappingInShardMapAndShard
|
|
summary: <p>Mapping present at both global store and shard. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardMapAndShard
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardMapOnly
|
|
name: MappingInShardMapOnly
|
|
nameWithType: MappingLocation.MappingInShardMapOnly
|
|
summary: <p>Mapping is present in global store, but absent on the shard. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardMapOnly
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardOnly
|
|
name: MappingInShardOnly
|
|
nameWithType: MappingLocation.MappingInShardOnly
|
|
summary: <p>Mapping is absent in global store, but present on the shard. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.MappingInShardOnly
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.SIZE
|
|
name: SIZE
|
|
nameWithType: MappingLocation.SIZE
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.SIZE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<MappingLocation>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.forValue(int value)
|
|
name: forValue(int value)
|
|
nameWithType: MappingLocation.forValue(int value)
|
|
parameters:
|
|
- name: value
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="com.microsoft.azure.elasticdb.shard.recovery.MappingLocation?alt=com.microsoft.azure.elasticdb.shard.recovery.MappingLocation&text=MappingLocation" data-throw-if-not-resolved="False"/>
|
|
syntax: public static MappingLocation forValue(int value)
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.forValue(int)
|
|
- fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.getValue()
|
|
name: getValue()
|
|
nameWithType: MappingLocation.getValue()
|
|
returns:
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int getValue()
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.getValue()
|
|
nameWithType: MappingLocation
|
|
syntax: public enum MappingLocation
|
|
uid: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation
|
|
fullName: com.microsoft.azure.elasticdb.shard.recovery.MappingLocation
|
|
name: MappingLocation
|
|
package: com.microsoft.azure.elasticdb.shard.recovery
|
|
summary: <p>Location where the different mappings exist. </p>
|
|
metadata: {}
|