Skip to main content

Interface: DataProfileListAllParams

Defined in: src/management/dlp/data-profiles.ts:30

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-profiles.ts:23

Page size. Server defaults to 20.

Inherited from​

DataProfileListParams.size


sort?​

optional sort?: string[];

Defined in: src/management/dlp/data-profiles.ts:28

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​

DataProfileListParams.sort