public class FormatOptions extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static FormatOptions |
avro()
Default options for AVRO format.
|
static CsvOptions |
csv()
Default options for CSV format.
|
static FormatOptions |
datastoreBackup()
Default options for DATASTORE_BACKUP format.
|
boolean |
equals(Object obj) |
String |
getType()
Returns the external data format, as a string.
|
int |
hashCode() |
static FormatOptions |
json()
Default options for NEWLINE_DELIMITED_JSON format.
|
static FormatOptions |
of(String format)
Default options for the provided format.
|
String |
toString() |
public String getType()
public static CsvOptions csv()
public static FormatOptions json()
public static FormatOptions datastoreBackup()
public static FormatOptions avro()
public static FormatOptions of(String format)
Copyright © 2017 Google. All rights reserved.