Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The Export command<394> writes import data to a Delta table in OneLake.
-
<xsd:complexType name="Export"> <xsd:all> <xsd:element name="Layout" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Delta" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Type" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Full" /> <xsd:enumeration value="Incremental" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Object" type="ObjectReference" /> </xsd:all> </xsd:complexType>
|
Element |
Default value |
Description |
|---|---|---|
|
Layout |
Delta |
Export format. Currently, only one value is allowed as follows:
|
|
Type |
Full |
An enumeration value that indicates the allowed export types. The enumeration values are as follows:
|
|
Object |
[Required] |
The Database object to export. The ObjectReference type is defined in section 3.1.4.3.2.1.1.1. |
The return result type for the Export command is xmla-e:emptyresult.