Function writeToCsv

  • Parameters

    • filePathPrefix: string
    • schema: undefined | Schema = undefined
    • options: {} = {}

      Returns ((toWrite: PCollection<Object>) => Promise<{
          filesWritten: PCollection<string>;
      }>)

    Generated using TypeDoc