Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleBackfill

Backfills data for Rituals Google Cloud, by collecting data and sending it to you by mail.

The following types of data are supported:

  • SalesOrders = 0
  • PurchaseOrders = 1
  • Interbranch = 2
  • CycleCounts = 3

The service accepts these properties:

  • Type: The type of data you want to collect (see above)
  • From and To: The (inclusive) lower- and upper bound of data's CreationTime to backfill
  • Limit: The maximum amount of orders overall to backfill (optional, when left empty, all data is collected)
  • Batch: The maximum amount of orders to include in a single download file (optional, when left empty, all data will come in a single download)
  • Expire: The amount of hours the download links are valid for (optional, defaults to 24 hours)
  • Preview: Default false, but when set to true, no messages will be queued and no emails will be sent

As confirmation, this service will return the amount of data objects it will process, and the email address they will be sent to once complete.

:bath: This process may take a while!

Hierarchy

  • GoogleBackfill

Index

Properties

Optional Batch

Batch: undefined | number

Optional Expire

Expire: undefined | number

From

From: string

Optional Limit

Limit: undefined | number

Optional Preview

Preview: undefined | false | true

To

To: string

Type