Skip to main content

Interface: DataPatternListAllParams

Defined in: src/management/dlp/data-patterns.ts:27

Options controlling collection of an async listing.

Extends​

Properties​

max?​

optional max?: number;

Defined in: src/listing.ts:26

Maximum records to collect. Defaults to 10,000. Use 0 for no limit.

Inherited from​

CollectAllOptions.max


size?​

optional size?: number;

Defined in: src/management/dlp/data-patterns.ts:20

Page size. Server defaults to 20.

Inherited from​

DataPatternListParams.size


sort?​

optional sort?: string[];

Defined in: src/management/dlp/data-patterns.ts:25

Sort criteria in property,(asc|desc) form. Pass multiple entries to sort by several fields; each entry is emitted as a separate sort= query parameter.

Inherited from​

DataPatternListParams.sort