Relation constructor
Relation({
- Map<
String, String> ? additionalOptions, - List<
String> ? clusterExpressions, - String? connection,
- List<
Target> ? dependencyTargets, - bool? disabled,
- String? fileFormat,
- IncrementalTableConfig? incrementalTableConfig,
- int? partitionExpirationDays,
- String? partitionExpression,
- List<
String> ? postOperations, - List<
String> ? preOperations, - RelationDescriptor? relationDescriptor,
- String? relationType,
- bool? requirePartitionFilter,
- String? selectQuery,
- String? storageUri,
- String? tableFormat,
- List<
String> ? tags,
Implementation
Relation({
this.additionalOptions,
this.clusterExpressions,
this.connection,
this.dependencyTargets,
this.disabled,
this.fileFormat,
this.incrementalTableConfig,
this.partitionExpirationDays,
this.partitionExpression,
this.postOperations,
this.preOperations,
this.relationDescriptor,
this.relationType,
this.requirePartitionFilter,
this.selectQuery,
this.storageUri,
this.tableFormat,
this.tags,
});