DefaultConsistencyLevel type
Il livello di coerenza predefinito e le impostazioni di configurazione dell'account Cosmos DB.
type DefaultConsistencyLevel =
| "Eventual"
| "Session"
| "BoundedStaleness"
| "Strong"
| "ConsistentPrefix"