StoreResult Enum
- java.
lang. Object - java.
lang. Enum<StoreResult> - com.
microsoft. azure. elasticdb. shard. store. StoreResult
- com.
- java.
public enum StoreResult
Numeric storage operation result. Keep these in sync with GSM and LSM stored procs.
Fields
Failure | |
MappingDoesNotExist | |
MappingIsAlreadyLocked | |
MappingIsNotOffline | |
MappingIsOffline | |
MappingLockOwnerIdDoesNotMatch | |
MappingNotFoundForKey | |
MappingPointAlreadyMapped | |
MappingRangeAlreadyMapped | |
MissingParametersForStoredProcedure | |
SchemaInfoNameConflict | |
SchemaInfoNameDoesNotExist | |
ShardDoesNotExist | |
ShardExists | |
ShardHasMappings | |
ShardLocationExists | |
ShardMapDoesNotExist | |
ShardMapExists | |
ShardMapHasShards | |
ShardPendingOperation | |
ShardVersionMismatch | |
SIZE | |
StoreVersionMismatch | |
Success | |
UnableToKillSessions | |
UnexpectedStoreError |
Methods
forValue(int value)
getValue()
public int getValue()
Returns
int
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