Constant DB_COSMOSDB_CONSISTENCY_LEVEL

Source
pub const DB_COSMOSDB_CONSISTENCY_LEVEL: &str = "db.cosmosdb.consistency_level";
👎Deprecated: Replaced by azure.cosmosdb.consistency.level.
Expand description

Deprecated, use cosmosdb.consistency.level instead.

§Notes

§Examples

  • "Eventual"
  • "ConsistentPrefix"
  • "BoundedStaleness"
  • "Strong"
  • "Session"