Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IncrementalPullConfig

import type { IncrementalPullConfig } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

Specifies the configuration used when importing incremental records from the source.

interface IncrementalPullConfig {
datetimeTypeFieldName?: string | null;
}

§Properties

§
datetimeTypeFieldName?: string | null
[src]

A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.