58 строки
3.1 KiB
YAML
58 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.StoreSchemaInfo()
|
|
name: StoreSchemaInfo()
|
|
nameWithType: StoreSchemaInfo.StoreSchemaInfo()
|
|
syntax: public StoreSchemaInfo()
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.StoreSchemaInfo()
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo)
|
|
name: StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo)
|
|
nameWithType: StoreSchemaInfo.StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo)
|
|
parameters:
|
|
- description: <p>Schema info name. </p>
|
|
name: name
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>Schema info represented in XML. </p>
|
|
name: shardingSchemaInfo
|
|
type: <xref href="com.microsoft.azure.elasticdb.shard.schema.SchemaInfo?alt=com.microsoft.azure.elasticdb.shard.schema.SchemaInfo&text=SchemaInfo" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Constructs the storage representation from client side objects.</p>
|
|
|
|
<p></p>
|
|
syntax: public StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo)
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.StoreSchemaInfo(String,SchemaInfo)
|
|
fields:
|
|
- field:
|
|
type: final <xref href="com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo?alt=com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo&text=StoreSchemaInfo" data-throw-if-not-resolved="False"/>
|
|
fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.NULL
|
|
name: "NULL"
|
|
nameWithType: StoreSchemaInfo.NULL
|
|
syntax: public static final StoreSchemaInfo NULL= new StoreSchemaInfo("", null)
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.NULL
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.getName()
|
|
name: getName()
|
|
nameWithType: StoreSchemaInfo.getName()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String getName()
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.getName()
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.getShardingSchemaInfo()
|
|
name: getShardingSchemaInfo()
|
|
nameWithType: StoreSchemaInfo.getShardingSchemaInfo()
|
|
returns:
|
|
type: <xref href="com.microsoft.azure.elasticdb.shard.schema.SchemaInfo?alt=com.microsoft.azure.elasticdb.shard.schema.SchemaInfo&text=SchemaInfo" data-throw-if-not-resolved="False"/>
|
|
syntax: public SchemaInfo getShardingSchemaInfo()
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.getShardingSchemaInfo()
|
|
nameWithType: StoreSchemaInfo
|
|
syntax: public class StoreSchemaInfo
|
|
type: class
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo
|
|
fullName: com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo
|
|
name: StoreSchemaInfo
|
|
package: com.microsoft.azure.elasticdb.shard.store
|
|
summary: <p>Storage representation of a shard schema info. </p>
|
|
metadata: {}
|