get All Replicas
fun getAllReplicas(id: String, common: CommonOptions = CommonOptions.Default, readPreference: ReadPreference = ReadPreference.none()): Flow<GetReplicaResult>
Like get, but sends the request to all replicas in addition to the active. Returns the results from all available sources.