StoreSchemaInfo Class
- java.
lang. Object - com.
microsoft. azure. elasticdb. shard. store. StoreSchemaInfo
- com.
public class StoreSchemaInfo
Storage representation of a shard schema info.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Store |
NULL |
Constructor Summary
Constructor | Description | |
---|---|---|
StoreSchemaInfo() | ||
StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo) |
Constructs the storage representation from client side objects. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getName() |
Schema |
getShardingSchemaInfo() |
Field Details
NULL
public static final StoreSchemaInfo NULL= new StoreSchemaInfo("", null)
Constructor Details
StoreSchemaInfo
public StoreSchemaInfo()
StoreSchemaInfo
public StoreSchemaInfo(String name, SchemaInfo shardingSchemaInfo)
Constructs the storage representation from client side objects.
Parameters:
name
- Schema info name.
shardingSchemaInfo
- Schema info represented in XML.
Method Details
getName
public String getName()
getShardingSchemaInfo
public SchemaInfo getShardingSchemaInfo()
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java