Class AzureDatabricksDeltaLakeImportCommandResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.AzureDatabricksDeltaLakeImportCommandResponse
-
public final class AzureDatabricksDeltaLakeImportCommandResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureDatabricksDeltaLakeImportCommandResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureDatabricksDeltaLakeImportCommandResponse.Builder
builder()
static AzureDatabricksDeltaLakeImportCommandResponse.Builder
builder(AzureDatabricksDeltaLakeImportCommandResponse defaults)
java.util.Optional<java.lang.Object>
dateFormat()
java.util.Optional<java.lang.Object>
timestampFormat()
java.lang.String
type()
-
-
-
Method Detail
-
dateFormat
public java.util.Optional<java.lang.Object> dateFormat()
- Returns:
- Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
-
timestampFormat
public java.util.Optional<java.lang.Object> timestampFormat()
- Returns:
- Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
-
type
public java.lang.String type()
- Returns:
- The import setting type. Expected value is 'AzureDatabricksDeltaLakeImportCommand'.
-
builder
public static AzureDatabricksDeltaLakeImportCommandResponse.Builder builder()
-
builder
public static AzureDatabricksDeltaLakeImportCommandResponse.Builder builder(AzureDatabricksDeltaLakeImportCommandResponse defaults)
-
-