Class MxaccessGateway.WriteBulkCommand

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
mxaccess_gateway.v1.MxaccessGateway.WriteBulkCommand
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, MxaccessGateway.WriteBulkCommandOrBuilder
Enclosing class:
MxaccessGateway

public static final class MxaccessGateway.WriteBulkCommand extends com.google.protobuf.GeneratedMessage implements MxaccessGateway.WriteBulkCommandOrBuilder
 Bulk Write — sequential MXAccess Write per entry, on the worker's STA.
 MXAccess has no native bulk write; each entry round-trips through the same
 single-item Write path the gateway uses today. Per-item failures appear as
 BulkWriteResult entries with `was_successful = false` and never throw.
 
Protobuf type mxaccess_gateway.v1.WriteBulkCommand
See Also: