Skip to content

Type Alias: ReadFrom

ts
type ReadFrom = 
  | "primary"
  | "preferReplica"
  | "AZAffinity"
  | "AZAffinityReplicasAndPrimary";

Defined in: glide-mq/node_modules/@glidemq/speedkey/build-ts/BaseClient.d.ts:156

Represents the client's read from strategy.

Released under the Apache-2.0 License.