ConsistencyLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Define possible consistency levels.
public enum class ConsistencyLevel
public enum ConsistencyLevel
type ConsistencyLevel =
Public Enum ConsistencyLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Strong | 0 | Defines a Strong Consistency for operation. |
BoundedStaleness | 1 | Defines a Bounded Staleness Consistency for operation. |
Session | 2 | Defines a Session Consistency for operation. |
Eventual | 3 | Defines a Eventual Consistency for operation. |
ConsistentPrefix | 4 | Defines a Consistent Prefix Consistency for operation. |
Remarks
Supported values may vary for different APIs and Engines. If requested level is not supported by an API, the API should throw DatabaseClientException indicating supported options.