Constant DB_COSMOSDB_CONSISTENCY_LEVEL

Source
pub const DB_COSMOSDB_CONSISTENCY_LEVEL: &'static str;
👎Deprecated: {note: Replaced by azure.cosmosdb.consistency.level., reason: uncategorized}
Expand description

Deprecated, use cosmosdb.consistency.level instead.

§Notes

§Examples

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