你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MappingLocation Enum

  • java.lang.Object
    • java.lang.Enum<MappingLocation>
      • com.microsoft.azure.elasticdb.shard.recovery.MappingLocation

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)

public static MappingLocation forValue(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to