azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.elastic...

46 строки
2.0 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.elasticdb.shard.map.ShardMapType.SIZE
name: SIZE
nameWithType: ShardMapType.SIZE
uid: com.microsoft.azure.elasticdb.shard.map.ShardMapType.SIZE
- fullName: com.microsoft.azure.elasticdb.shard.map.ShardMapType.XmlEnumValue
name: XmlEnumValue
nameWithType: ShardMapType.XmlEnumValue
summary: >-
<p>Invalid kind of shard map. Only used for serialization/deserialization.</p>
<p>Shard map with list based mappings.</p>
<p>Shard map with range based mappings. </p>
uid: com.microsoft.azure.elasticdb.shard.map.ShardMapType.XmlEnumValue
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;ShardMapType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.elasticdb.shard.map.ShardMapType.forValue(int value)
name: forValue(int value)
nameWithType: ShardMapType.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.map.ShardMapType?alt=com.microsoft.azure.elasticdb.shard.map.ShardMapType&text=ShardMapType" data-throw-if-not-resolved="False"/>
syntax: public static ShardMapType forValue(int value)
uid: com.microsoft.azure.elasticdb.shard.map.ShardMapType.forValue(int)
- fullName: com.microsoft.azure.elasticdb.shard.map.ShardMapType.getValue()
name: getValue()
nameWithType: ShardMapType.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.map.ShardMapType.getValue()
nameWithType: ShardMapType
syntax: public enum ShardMapType
uid: com.microsoft.azure.elasticdb.shard.map.ShardMapType
fullName: com.microsoft.azure.elasticdb.shard.map.ShardMapType
name: ShardMapType
package: com.microsoft.azure.elasticdb.shard.map
summary: <p>Type of shard map. </p>
metadata: {}