Dela via


StoreSchemaInfo Class

  • java.lang.Object
    • com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo

public class StoreSchemaInfo

Storage representation of a shard schema info.

Field Summary

Modifier and Type Field and Description
final StoreSchemaInfo 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()
SchemaInfo 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