Class AzureDatabricksDeltaLakeExportCommandResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.AzureDatabricksDeltaLakeExportCommandResponse
-
public final class AzureDatabricksDeltaLakeExportCommandResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureDatabricksDeltaLakeExportCommandResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureDatabricksDeltaLakeExportCommandResponse.Builder
builder()
static AzureDatabricksDeltaLakeExportCommandResponse.Builder
builder(AzureDatabricksDeltaLakeExportCommandResponse 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 the 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 the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
-
type
public java.lang.String type()
- Returns:
- The export setting type. Expected value is 'AzureDatabricksDeltaLakeExportCommand'.
-
builder
public static AzureDatabricksDeltaLakeExportCommandResponse.Builder builder()
-
builder
public static AzureDatabricksDeltaLakeExportCommandResponse.Builder builder(AzureDatabricksDeltaLakeExportCommandResponse defaults)
-
-