dbcp / Exports / index / DatabaseCopyOptions
index.DatabaseCopyOptions
-
↳ DatabaseCopyOptions
- batchSize
- columnType
- compoundInsert
- contentType
- copySchema
- engineOptions
- externalSortBy
- extra
- extraOutput
- fileSystem
- group
- groupLabels
- inputConnection
- inputElasticSearch
- inputFiles
- inputFormat
- inputHost
- inputKnex
- inputLeveldb
- inputMongodb
- inputName
- inputPassword
- inputPort
- inputShardBy
- inputShardFunction
- inputShardIndex
- inputShards
- inputStream
- inputTable
- inputType
- inputUser
- limit
- logger
- orderBy
- outputConnection
- outputElasticSearch
- outputFile
- outputFormat
- outputHost
- outputKnex
- outputLeveldb
- outputMongodb
- outputName
- outputPassword
- outputPort
- outputShardFunction
- outputShards
- outputStream
- outputTable
- outputType
- outputUser
- probeBytes
- query
- schema
- schemaFile
- shardBy
- tempDirectories
- transformBytes
- transformBytesStream
- transformObject
- transformObjectStream
- where
• Optional
batchSize: number
Defined in: index.ts:120
• Optional
columnType: Record<string, string>
Defined in: index.ts:121
• Optional
compoundInsert: boolean
Defined in: index.ts:122
• Optional
contentType: string
Defined in: index.ts:123
• Optional
copySchema: DatabaseCopySchema
Defined in: index.ts:124
• Optional
engineOptions: any
Defined in: index.ts:125
• Optional
externalSortBy: string[]
Defined in: index.ts:126
• Optional
extra: Record<string, any>
Defined in: index.ts:127
• Optional
extraOutput: boolean
Defined in: index.ts:128
• Optional
fileSystem: FileSystem
Defined in: index.ts:129
• Optional
group: boolean
Defined in: index.ts:130
• Optional
groupLabels: boolean
Defined in: index.ts:131
• Optional
inputConnection: Record<string, any>
Inherited from: DatabaseCopyInput.inputConnection
Defined in: index.ts:78
• Optional
inputElasticSearch: Client
Inherited from: DatabaseCopyInput.inputElasticSearch
Defined in: index.ts:79
• Optional
inputFiles: DatabaseCopyInputFile[] | Record<string, DatabaseCopyInputFile>
Inherited from: DatabaseCopyInput.inputFiles
Defined in: index.ts:81
• Optional
inputFormat: DatabaseCopyFormat | DatabaseCopyTransformFactory
Inherited from: DatabaseCopyInput.inputFormat
Defined in: index.ts:80
• Optional
inputHost: string
Inherited from: DatabaseCopyInput.inputHost
Defined in: index.ts:82
• Optional
inputKnex: Knex<any, unknown[]>
Inherited from: DatabaseCopyInput.inputKnex
Defined in: index.ts:86
• Optional
inputLeveldb: LevelDB<any, any> | LevelUp<AbstractLevelDOWN<any, any>, AbstractIterator<any, any>>
Inherited from: DatabaseCopyInput.inputLeveldb
Defined in: index.ts:83
• Optional
inputMongodb: MongoClient
Inherited from: DatabaseCopyInput.inputMongodb
Defined in: index.ts:84
• Optional
inputName: string
Inherited from: DatabaseCopyInput.inputName
Defined in: index.ts:85
• Optional
inputPassword: string
Inherited from: DatabaseCopyInput.inputPassword
Defined in: index.ts:87
• Optional
inputPort: number
Inherited from: DatabaseCopyInput.inputPort
Defined in: index.ts:95
• Optional
inputShardBy: string
Inherited from: DatabaseCopyInput.inputShardBy
Defined in: index.ts:88
• Optional
inputShardFunction: DatabaseCopyShardFunction
Inherited from: DatabaseCopyInput.inputShardFunction
Defined in: index.ts:89
• Optional
inputShardIndex: number
Inherited from: DatabaseCopyInput.inputShardIndex
Defined in: index.ts:90
• Optional
inputShards: number
Inherited from: DatabaseCopyInput.inputShards
Defined in: index.ts:91
• Optional
inputStream: ReadableStreamTree
Inherited from: DatabaseCopyInput.inputStream
Defined in: index.ts:92
• Optional
inputTable: string
Inherited from: DatabaseCopyInput.inputTable
Defined in: index.ts:93
• Optional
inputType: DatabaseCopyInputType
Inherited from: DatabaseCopyInput.inputType
Defined in: index.ts:94
• Optional
inputUser: string
Inherited from: DatabaseCopyInput.inputUser
Defined in: index.ts:96
• Optional
limit: number
Defined in: index.ts:132
• Optional
logger: Logger
Defined in: index.ts:133
• Optional
orderBy: string[]
Defined in: index.ts:134
• Optional
outputConnection: Record<string, any>
Inherited from: DatabaseCopyOutput.outputConnection
Defined in: index.ts:100
• Optional
outputElasticSearch: Client
Inherited from: DatabaseCopyOutput.outputElasticSearch
Defined in: index.ts:101
• Optional
outputFile: string
Inherited from: DatabaseCopyOutput.outputFile
Defined in: index.ts:103
• Optional
outputFormat: DatabaseCopyFormat | DatabaseCopyTransformFactory
Inherited from: DatabaseCopyOutput.outputFormat
Defined in: index.ts:102
• Optional
outputHost: string
Inherited from: DatabaseCopyOutput.outputHost
Defined in: index.ts:104
• Optional
outputKnex: Knex<any, unknown[]>
Inherited from: DatabaseCopyOutput.outputKnex
Defined in: index.ts:105
• Optional
outputLeveldb: LevelDB<any, any> | LevelUp<AbstractLevelDOWN<any, any>, AbstractIterator<any, any>>
Inherited from: DatabaseCopyOutput.outputLeveldb
Defined in: index.ts:106
• Optional
outputMongodb: MongoClient
Inherited from: DatabaseCopyOutput.outputMongodb
Defined in: index.ts:107
• Optional
outputName: string
Inherited from: DatabaseCopyOutput.outputName
Defined in: index.ts:108
• Optional
outputPassword: string
Inherited from: DatabaseCopyOutput.outputPassword
Defined in: index.ts:109
• Optional
outputPort: number
Inherited from: DatabaseCopyOutput.outputPort
Defined in: index.ts:115
• Optional
outputShardFunction: DatabaseCopyShardFunctionOverride | DatabaseCopyShardFunction
Inherited from: DatabaseCopyOutput.outputShardFunction
Defined in: index.ts:110
• Optional
outputShards: number
Inherited from: DatabaseCopyOutput.outputShards
Defined in: index.ts:111
• Optional
outputStream: WritableStreamTree[]
Inherited from: DatabaseCopyOutput.outputStream
Defined in: index.ts:112
• Optional
outputTable: string
Inherited from: DatabaseCopyOutput.outputTable
Defined in: index.ts:113
• Optional
outputType: DatabaseCopyOutputType
Inherited from: DatabaseCopyOutput.outputType
Defined in: index.ts:114
• Optional
outputUser: string
Inherited from: DatabaseCopyOutput.outputUser
Defined in: index.ts:116
• Optional
probeBytes: number
Defined in: index.ts:135
• Optional
query: string
Defined in: index.ts:136
• Optional
schema: Column[]
Defined in: index.ts:138
• Optional
schemaFile: string
Defined in: index.ts:139
• Optional
shardBy: string
Defined in: index.ts:137
• Optional
tempDirectories: string[]
Defined in: index.ts:140
• Optional
transformBytes: (x
: string) => string
▸ (x
: string): string
Name | Type |
---|---|
x |
string |
Returns: string
Defined in: index.ts:143
• Optional
transformBytesStream: DatabaseCopyTransformFactory
Defined in: index.ts:144
• Optional
transformObject: (x
: unknown) => unknown
▸ (x
: unknown): unknown
Name | Type |
---|---|
x |
unknown |
Returns: unknown
Defined in: index.ts:141
• Optional
transformObjectStream: DatabaseCopyTransformFactory
Defined in: index.ts:142
• Optional
where: (string | any[])[]
Defined in: index.ts:145