Interface: DataProfileListAllParams
Defined in: src/management/dlp/data-profiles.ts:30
Options controlling collection of an async listing.
Extends
Omit<DataProfileListParams,"page">.CollectAllOptions
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
size?
optional size?: number;
Defined in: src/management/dlp/data-profiles.ts:23
Page size. Server defaults to 20.
Inherited from
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.