Interface BinaryImportOptions
- All Known Implementing Classes:
BinaryImportOptionsImpl
public interface BinaryImportOptions
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for creating instances ofBinaryImportOptions. -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryImportOptionsCreate aBinaryImportOptionswith the minimum required fields.static BinaryImportOptions.BuilderCreate aBinaryImportOptions.Builderwith the minimum required fields.longGet the intraday partition column.@NotNull StringGet the namespace to import data into.@NotNull ImportOutputModeGet the output mode based onImportOutputMode.@NotNull StringGet the partition formula.Get the partition substitution.Get the source directory.Get the source file.Get the source glob.Get the substitution date format.@NotNull StringGet the table name to import into.
-
Method Details
-
build
Create aBinaryImportOptionswith the minimum required fields.- Parameters:
namespace- the namespace to import intotableName- the table name to import into- Returns:
- the built
BinaryImportOptions
-
builder
Create aBinaryImportOptions.Builderwith the minimum required fields.- Parameters:
namespace- the namespace to import intotableName- the table name to import into- Returns:
- the built
BinaryImportOptions.Builder
-
namespace
Get the namespace to import data into.- Returns:
- the namespace
-
tableName
Get the table name to import into.- Returns:
- the table name
-
outputMode
Get the output mode based onImportOutputMode.- Returns:
- the output mode
-
partitionFormula
Get the partition formula.- Returns:
- the partition formula
-
partitionSubstitution
String partitionSubstitution()Get the partition substitution.- Returns:
- the partition substitution
-
substitutionDateFormat
String substitutionDateFormat()Get the substitution date format.- Returns:
- the substitution date format
-
sourceDirectory
String sourceDirectory()Get the source directory.- Returns:
- the source directory
-
sourceFile
String sourceFile()Get the source file.- Returns:
- the source file
-
sourceGlob
String sourceGlob()Get the source glob.- Returns:
- the source glob
-
intradayPartitionColumn
String intradayPartitionColumn()Get the intraday partition column.- Returns:
- the intraday partition column
-
getPersistentQuerySerial
long getPersistentQuerySerial()
-