mutationKey property

Mutation? mutationKey
getter/setter pair

Required for read-write transactions on a multiplexed session that commit mutations but do not perform any reads or queries.

Clients should randomly select one of the mutations from the mutation set and send it as a part of this request.

Optional.

Implementation

Mutation? mutationKey;