Interface ParsedArguments (5.0.1)

Inheritance

TransformOptions > ParsedArguments

Package

@google-cloud/paginator

Properties

autoPaginate

autoPaginate?: boolean;

Auto-pagination enabled.

callback

callback?: Function;

Callback function.

maxApiCalls

maxApiCalls?: number;

Maximum API calls to make.

maxResults

maxResults?: number;

Maximum results to return.

pageSize

pageSize?: number;

query

query?: ParsedArguments;

Query object. This is most commonly an object, but to make the API more simple, it can also be a string in some places.

streamOptions

streamOptions?: ParsedArguments;