GoogleCloudDataplexV1DataProfileSpec class
DataProfileScan related setting.
Constructors
- GoogleCloudDataplexV1DataProfileSpec({GoogleCloudDataplexV1DataProfileSpecSelectedFields? excludeFields, GoogleCloudDataplexV1DataProfileSpecSelectedFields? includeFields, GoogleCloudDataplexV1DataProfileSpecPostScanActions? postScanActions, String? rowFilter, double? samplingPercent})
- GoogleCloudDataplexV1DataProfileSpec.fromJson(Map json_)
Properties
- excludeFields ↔ GoogleCloudDataplexV1DataProfileSpecSelectedFields?
-
The fields to exclude from data profile.If specified, the fields will be
excluded from data profile, regardless of include_fields value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeFields ↔ GoogleCloudDataplexV1DataProfileSpecSelectedFields?
-
The fields to include in data profile.If not specified, all fields at the
time of profile scan job execution are included, except for ones listed in
exclude_fields.
getter/setter pair
- postScanActions ↔ GoogleCloudDataplexV1DataProfileSpecPostScanActions?
-
Actions to take upon job completion..
getter/setter pair
- rowFilter ↔ String?
-
A filter applied to all rows in a single DataScan job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingPercent ↔ double?
-
The percentage of the records to be selected from the dataset for
DataScan.
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