GooglePrivacyDlpV2CloudStorageOptions class
Options defining a file or a set of files within a Cloud Storage bucket.
Constructors
-
GooglePrivacyDlpV2CloudStorageOptions({String? bytesLimitPerFile, int? bytesLimitPerFilePercent, GooglePrivacyDlpV2FileSet? fileSet, List<
String> ? fileTypes, int? filesLimitPercent, String? sampleMethod}) - GooglePrivacyDlpV2CloudStorageOptions.fromJson(Map json_)
Properties
- bytesLimitPerFile ↔ String?
-
Max number of bytes to scan from a file.
getter/setter pair
- bytesLimitPerFilePercent ↔ int?
-
Max percentage of bytes to scan from a file.
getter/setter pair
- fileSet ↔ GooglePrivacyDlpV2FileSet?
-
The set of one or more files to scan.
getter/setter pair
- filesLimitPercent ↔ int?
-
Limits the number of files to scan to this percentage of the input
FileSet.
getter/setter pair
-
fileTypes
↔ List<
String> ? -
List of file type groups to include in the scan.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleMethod ↔ String?
-
How to sample the data.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited