If set to true, then the operation uses strongly consistent reads; otherwise, eventually consistent reads are used. Strongly
consistent reads are not supported on global secondary indexes. If you query a global secondary index with ConsistentRead set to
true, you will receive an error message.

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