Sdílet prostřednictvím


StoreResult Enum

  • java.lang.Object
    • java.lang.Enum<StoreResult>
      • com.microsoft.azure.elasticdb.shard.store.StoreResult

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)

public static StoreResult forValue(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to