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

ProjectsTransferConfigsListOptions

import type { ProjectsTransferConfigsListOptions } from "https://googleapis.deno.dev/v1/bigquerydatatransfer:v1.ts";

Additional options for BigQueryDataTransfer#projectsTransferConfigsList.

interface ProjectsTransferConfigsListOptions {
dataSourceIds?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
dataSourceIds?: string
[src]

When specified, only configurations of requested data sources are returned.

§
pageSize?: number
[src]

Page size. The default page size is the maximum value of 1000 results.

§
pageToken?: string
[src]

Pagination token, which can be used to request a specific page of ListTransfersRequest list results. For multiple-page results, ListTransfersResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.