interface ScanAllOptions {
    consistentRead?: boolean;
}

Properties

Properties

consistentRead?: boolean

Determines the read consistency model: If set to true, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.