Class CsvWriteTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<CsvWriteTransformProvider.CsvWriteConfiguration>
org.apache.beam.sdk.io.csv.providers.CsvWriteTransformProvider
- All Implemented Interfaces:
 SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class CsvWriteTransformProvider
extends TypedSchemaTransformProvider<CsvWriteTransformProvider.CsvWriteConfiguration>
An implementation of 
TypedSchemaTransformProvider for CsvIO.write(java.lang.String, org.apache.commons.csv.CSVFormat).
 Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration for writing to BigQuery with Storage Write API.protected static class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaTransformfrom(CsvWriteTransformProvider.CsvWriteConfiguration configuration) Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the input collection names of this transform.Returns the output collection names of this transform.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationSchema, dependencies, fromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
description 
- 
Constructor Details
- 
CsvWriteTransformProvider
public CsvWriteTransformProvider() 
 - 
 - 
Method Details
- 
configurationClass
 - 
from
Description copied from class:TypedSchemaTransformProviderProduce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationExceptionor aInvalidSchemaException.- Specified by:
 fromin classTypedSchemaTransformProvider<CsvWriteTransformProvider.CsvWriteConfiguration>
 - 
identifier
Description copied from interface:SchemaTransformProviderReturns an id that uniquely represents this transform. - 
inputCollectionNames
Description copied from interface:SchemaTransformProviderReturns the input collection names of this transform. - 
outputCollectionNames
Description copied from interface:SchemaTransformProviderReturns the output collection names of this transform. 
 -