ApplyWritesCreate

data class ApplyWritesCreate(val collection: Nsid, val rkey: RKey? = null, val value: JsonContent)

Operation which creates a new record.

Parameters

rkey

NOTE: maxLength is redundant with record-key format. Keeping it temporarily to ensure backwards compatibility.

Constructors

Link copied to clipboard
constructor(collection: Nsid, rkey: RKey? = null, value: JsonContent)

Properties

Link copied to clipboard
Link copied to clipboard
val rkey: RKey? = null

NOTE: maxLength is redundant with record-key format. Keeping it temporarily to ensure backwards compatibility.

Link copied to clipboard