get Any Replica Or Null
Content copied to clipboard
suspend fun getAnyReplicaOrNull(id: String, common: CommonOptions = CommonOptions.Default, readPreference: ReadPreference = ReadPreference.none()): GetReplicaResult?
Content copied to clipboard
Like getAnyReplica, but returns null instead of throwing DocumentUnretrievableException if the document was not found.