Class CopyData

All Implemented Interfaces:
CopyDataOrBuilder, Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable

public final class CopyData extends GeneratedMessageV3 implements CopyDataOrBuilder
 Message used when exporting data via `COPY /my/path` and `COPY /my/path FROM ?`.
 Although this is currently just the raw `DataInKeySpacePath`, it will later need to contain information
 about the catalog, and potentially other information.
 
Protobuf type com.apple.foundationdb.relational.copy.CopyData
See Also: