次の方法で共有


AzureDatabricksDeltaLakeImportCommand クラス

定義

Azure Databricks Delta Lake インポート コマンドの設定。

public class AzureDatabricksDeltaLakeImportCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings
type AzureDatabricksDeltaLakeImportCommand = class
    inherit ImportSettings
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
継承
AzureDatabricksDeltaLakeImportCommand

コンストラクター

AzureDatabricksDeltaLakeImportCommand()

AzureDatabricksDeltaLakeImportCommand の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)

例 :

  • BinaryData.FromObjectAsJson("foo")ペイロード "foo" を作成します。
  • BinaryData.FromString("\"foo\"")ペイロード "foo" を作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" }のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

(継承元 ImportSettings)
DateFormat

Azure Databricks Delta Lake Copy で csv の日付形式を指定します。 型: string (または resultType 文字列を含む式)。

TimestampFormat

Azure Databricks Delta Lake Copy で csv のタイムスタンプ形式を指定します。 型: string (または resultType 文字列を含む式)。

適用対象