Instance Method
updateRevision(_:)
Creates a new instance of the conforming type with the updated revision token.
func updateRevision(_ newRevision: String) -> Self
Parameters
- newRevision
The new MVCC revision token to associate with the document.
Return Value
A new instance of the conforming type with the updated _rev property.