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

SourceFieldProperties

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

The properties that can be applied to a field when the connector is being used as a source.

interface SourceFieldProperties {
isQueryable?: boolean | null;
isRetrievable?: boolean | null;
isTimestampFieldForIncrementalQueries?: boolean | null;
}

§Properties

§
isQueryable?: boolean | null
[src]

Indicates if the field can be queried.

§
isRetrievable?: boolean | null
[src]

Indicates whether the field can be returned in a search result.

§
isTimestampFieldForIncrementalQueries?: boolean | null
[src]

Indicates if this timestamp field can be used for incremental queries.