The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent
read is used.

C# |
public bool ConsistentRead { get; set; }
C# |
public bool ConsistentRead { get; set; }