DefaultConsistencyLevel type

The default consistency level and configuration settings of the Cosmos DB account.

type DefaultConsistencyLevel =
  | "Eventual"
  | "Session"
  | "BoundedStaleness"
  | "Strong"
  | "ConsistentPrefix"