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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java