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

88 строки
4.4 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.StoreShard()
name: StoreShard()
nameWithType: StoreShard.StoreShard()
syntax: public StoreShard()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.StoreShard()
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status)
name: StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status)
nameWithType: StoreShard.StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status)
parameters:
- description: <p>Shard Id. </p>
name: id
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
- description: <p>Shard version. </p>
name: version
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
- description: <p>Identify of shard map. </p>
name: shardMapId
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
- description: <p>Data source location. </p>
name: location
type: <xref href="com.microsoft.azure.elasticdb.shard.base.ShardLocation?alt=com.microsoft.azure.elasticdb.shard.base.ShardLocation&text=ShardLocation" data-throw-if-not-resolved="False"/>
- description: <p>Status of the shard. </p>
name: status
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructs the storage representation from client side objects.</p>
<p></p>
syntax: public StoreShard(UUID id, UUID version, UUID shardMapId, ShardLocation location, Integer status)
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.StoreShard(UUID,UUID,UUID,ShardLocation,Integer)
fields:
- field:
type: final <xref href="com.microsoft.azure.elasticdb.shard.store.StoreShard?alt=com.microsoft.azure.elasticdb.shard.store.StoreShard&text=StoreShard" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.NULL
name: "NULL"
nameWithType: StoreShard.NULL
syntax: public static final StoreShard NULL= new StoreShard(null, null, null, null, null, 1)
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.NULL
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.getId()
name: getId()
nameWithType: StoreShard.getId()
returns:
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
syntax: public UUID getId()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.getId()
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.getLocation()
name: getLocation()
nameWithType: StoreShard.getLocation()
returns:
type: <xref href="com.microsoft.azure.elasticdb.shard.base.ShardLocation?alt=com.microsoft.azure.elasticdb.shard.base.ShardLocation&text=ShardLocation" data-throw-if-not-resolved="False"/>
syntax: public ShardLocation getLocation()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.getLocation()
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.getShardMapId()
name: getShardMapId()
nameWithType: StoreShard.getShardMapId()
returns:
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
syntax: public UUID getShardMapId()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.getShardMapId()
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.getStatus()
name: getStatus()
nameWithType: StoreShard.getStatus()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int getStatus()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.getStatus()
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard.getVersion()
name: getVersion()
nameWithType: StoreShard.getVersion()
returns:
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
syntax: public UUID getVersion()
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard.getVersion()
nameWithType: StoreShard
syntax: public class StoreShard
type: class
uid: com.microsoft.azure.elasticdb.shard.store.StoreShard
fullName: com.microsoft.azure.elasticdb.shard.store.StoreShard
name: StoreShard
package: com.microsoft.azure.elasticdb.shard.store
summary: <p>Storage representation of a single shard. </p>
metadata: {}