StoreResults Class
- java.
lang. Object - com.
microsoft. azure. elasticdb. shard. store. StoreResults
- com.
public class StoreResults
Representation of storage results from storage API execution.
Constructor Summary
Constructor | Description |
---|---|
StoreResults() |
Constructs instance of SqlResults. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Store |
getLogEntries() |
Store |
getResult() |
List<Shard |
getStoreLocations()
Collection of locations. |
List<Store |
getStoreMappings()
Collection of mappings. |
List<Store |
getStoreOperations()
Collection of store operations. |
List<Store |
getStoreSchemaInfoCollection()
Collection of SchemaInfo objects. |
List<Store |
getStoreShardMaps()
Collection of shard maps. |
List<Store |
getStoreShards()
Collection of shards. |
Version |
getStoreVersion()
Store version. |
void | setResult(StoreResult result) |
void | setStoreVersion(Version version) |
Constructor Details
StoreResults
public StoreResults()
Constructs instance of SqlResults.
Method Details
getLogEntries
public List
getResult
public StoreResult getResult()
getStoreLocations
public List
Collection of locations.
getStoreMappings
public List
Collection of mappings.
getStoreOperations
public List
Collection of store operations.
getStoreSchemaInfoCollection
public List
Collection of SchemaInfo objects.
getStoreShardMaps
public List
Collection of shard maps.
getStoreShards
public List
Collection of shards.
getStoreVersion
public Version getStoreVersion()
Store version.
setResult
public void setResult(StoreResult result)
Parameters:
setStoreVersion
public void setStoreVersion(Version version)
Parameters:
Applies to
Azure SDK for Java