ConsistencyLevel Parameter (Connect-CosmosDB Cmdlet)
Denotes the type of token: master or resource.
Syntax
Connect-CosmosDB -ConsistencyLevel string
Possible Values
STRONG, BOUNDED, SESSION, CONSISTENTPREFIX, EVENTUALData Type
cstr
Default Value
"SESSION"
Remarks
The consistency level override for read options against documents and attachments. The valid values are: Strong, Bounded, Session, or Eventual (in order of strongest to weakest). The override must be the same or weaker than the account's configured consistency level.
The consistency level override for read options against documents and attachments. The valid values are: Strong, Bounded, Session, or Eventual (in order of strongest to weakest). The override must be the same or weaker than the account's configured consistency level.