fullDocument

@JvmName(name = "wscymhgggvekpqog")
suspend fun fullDocument(value: Output<String>)
@JvmName(name = "vbrealxekcfeokpf")
suspend fun fullDocument(value: String?)

Parameters

value

Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes. Valid values: UpdateLookup, Default.