@Generated public enum DataSourceFormat extends Enum<DataSourceFormat>
| Enum Constant and Description |
|---|
AVRO |
BIGQUERY_FORMAT |
CSV |
DATABRICKS_FORMAT |
DELTA |
DELTASHARING |
HIVE_CUSTOM |
HIVE_SERDE |
JSON |
MYSQL_FORMAT |
NETSUITE_FORMAT |
ORC |
PARQUET |
POSTGRESQL_FORMAT |
REDSHIFT_FORMAT |
SALESFORCE_FORMAT |
SNOWFLAKE_FORMAT |
SQLDW_FORMAT |
SQLSERVER_FORMAT |
TEXT |
UNITY_CATALOG |
VECTOR_INDEX_FORMAT |
WORKDAY_RAAS_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceFormat AVRO
public static final DataSourceFormat BIGQUERY_FORMAT
public static final DataSourceFormat CSV
public static final DataSourceFormat DATABRICKS_FORMAT
public static final DataSourceFormat DELTA
public static final DataSourceFormat DELTASHARING
public static final DataSourceFormat HIVE_CUSTOM
public static final DataSourceFormat HIVE_SERDE
public static final DataSourceFormat JSON
public static final DataSourceFormat MYSQL_FORMAT
public static final DataSourceFormat NETSUITE_FORMAT
public static final DataSourceFormat ORC
public static final DataSourceFormat PARQUET
public static final DataSourceFormat POSTGRESQL_FORMAT
public static final DataSourceFormat REDSHIFT_FORMAT
public static final DataSourceFormat SALESFORCE_FORMAT
public static final DataSourceFormat SNOWFLAKE_FORMAT
public static final DataSourceFormat SQLDW_FORMAT
public static final DataSourceFormat SQLSERVER_FORMAT
public static final DataSourceFormat TEXT
public static final DataSourceFormat UNITY_CATALOG
public static final DataSourceFormat VECTOR_INDEX_FORMAT
public static final DataSourceFormat WORKDAY_RAAS_FORMAT
public static DataSourceFormat[] values()
for (DataSourceFormat c : DataSourceFormat.values()) System.out.println(c);
public static DataSourceFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.