Skip to content

V1WriteCommand Logical Commands

V1WriteCommand is an extension of the DataWritingCommand abstraction for write commands that use the legacy write code paths.

Contract (Subset)

fileFormat

fileFormat: FileFormat

FileFormat of the provider of this write command

See:

Used when:

requiredOrdering

requiredOrdering: Seq[SortOrder]

SortOrder of this write command

See:

Used when:

  • V1Writes logical optimization is executed

Implementations