public class ImportHiveTableV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowMultiFormat
partitions
|
java.lang.String |
database
database
|
java.lang.String[][] |
partitions
partitions
|
java.lang.String |
table
table
|
_excludeFields| Constructor and Description |
|---|
ImportHiveTableV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String database
public java.lang.String table
public java.lang.String[][] partitions
@SerializedName(value="allow_multi_format") public boolean allowMultiFormat
public java.lang.String toString()
toString in class RequestSchemaV3