- Preparing search index...
- The search index is not available
apache-beam
- writeToText(filePathPrefix: any, options?: {
appendTrailingMewlines?: boolean;
fileNameSuffix?: string;
footer?: string;
header?: string;
numShards?: number;
shardNameTemplate?: string;
}): ((toWrite: PCollection<string>) => Promise<{
filesWritten: PCollection<string>;
}>)
-
Parameters
-
filePathPrefix: any
-
options: {
appendTrailingMewlines?: boolean;
fileNameSuffix?: string;
footer?: string;
header?: string;
numShards?: number;
shardNameTemplate?: string;
} = {}
-
Optional
appendTrailingMewlines?: boolean
-
Optional
fileNameSuffix?: string
-
Optional
footer?: string
-
Optional
header?: string
-
Optional
numShards?: number
-
Optional
shardNameTemplate?: string
Returns ((toWrite: PCollection<string>) => Promise<{
filesWritten: PCollection<string>;
}>)