Skip to main content

ConsistencyLevel

This is an enumeration that provides the following constants.

Constants

  • STRONG

    Sets the consistency level to Strong, with a code value of 0.

  • BOUNDED

    Sets the consistency level to Bounded, with a code value of 2.

  • EVENTUALLY

    Sets the consistency level to Eventually, with a code value of 3.