Interface: DataPatternListAllParams
Defined in: src/management/dlp/data-patterns.ts:27
Options controlling collection of an async listing.
Extends
Omit<DataPatternListParams,"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-patterns.ts:20
Page size. Server defaults to 20.
Inherited from
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.