Prevention Job Trigger Inspect Job Storage Config Cloud Storage Options
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptions(val bytesLimitPerFile: Int? = null, val bytesLimitPerFilePercent: Int? = null, val fileSet: PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet, val fileTypes: List<String>? = null, val filesLimitPercent: Int? = null, val sampleMethod: String? = null)
Constructors
Link copied to clipboard
fun PreventionJobTriggerInspectJobStorageConfigCloudStorageOptions(bytesLimitPerFile: Int? = null, bytesLimitPerFilePercent: Int? = null, fileSet: PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet, fileTypes: List<String>? = null, filesLimitPercent: Int? = null, sampleMethod: String? = null)
Types
Properties
Link copied to clipboard
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no fileTypes were specified. Each value may be one of: BINARY_FILE
, TEXT_FILE
, IMAGE
, WORD
, PDF
, AVRO
, CSV
, TSV
, POWERPOINT
, EXCEL
.