LinkTableRequestTarget interface
Properties
| distribution |
Target table distribution options for link table request |
| schema |
Target table schema name |
| structure |
Target table structure options for link table request |
| table |
Target table table name |
Property Details
distributionOptions
Target table distribution options for link table request
distributionOptions?: LinkTableRequestTargetDistributionOptions
Property Value
schemaName
Target table schema name
schemaName?: string
Property Value
string
structureOptions
Target table structure options for link table request
structureOptions?: LinkTableRequestTargetStructureOptions
Property Value
tableName
Target table table name
tableName?: string
Property Value
string