You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152
152
"strictMaxEnabled": True or False, # Optional. Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
153
153
"strictMinEnabled": True or False, # Optional. Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
154
154
},
155
+
"suspended": True or False, # Optional. Whether the Rule is active or suspended. Default is false.
155
156
"tableConditionExpectation": { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
156
157
"sqlExpression": "A String", # Optional. The SQL expression.
157
158
},
@@ -197,7 +198,7 @@ <h3>Method Details</h3>
197
198
"mode": "A String", # The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
198
199
"name": "A String", # The name of the field.
199
200
"profile": { # The profile information for each field type. # Profile information for the corresponding field.
200
-
"distinctRatio": 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field typeRECORDand fields with REPEATABLE mode.
201
+
"distinctRatio": 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
201
202
"doubleProfile": { # The profile information for a double type field. # Double type field information.
202
203
"average": 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
203
204
"max": 3.14, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -222,7 +223,7 @@ <h3>Method Details</h3>
222
223
"maxLength": "A String", # Maximum length of non-null values in the scanned data.
223
224
"minLength": "A String", # Minimum length of non-null values in the scanned data.
224
225
},
225
-
"topNValues": [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field typeRECORDand fields with REPEATABLE mode.
226
+
"topNValues": [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
226
227
{ # Top N non-null values in the scanned data.
227
228
"count": "A String", # Count of the corresponding value in the scanned data.
228
229
"ratio": 3.14, # Ratio of the corresponding value in the field against the total number of rows in the scanned data.
@@ -330,6 +331,7 @@ <h3>Method Details</h3>
330
331
"strictMaxEnabled": True or False, # Optional. Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
331
332
"strictMinEnabled": True or False, # Optional. Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
332
333
},
334
+
"suspended": True or False, # Optional. Whether the Rule is active or suspended. Default is false.
333
335
"tableConditionExpectation": { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
334
336
"sqlExpression": "A String", # Optional. The SQL expression.
335
337
},
@@ -405,6 +407,7 @@ <h3>Method Details</h3>
405
407
"strictMaxEnabled": True or False, # Optional. Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
406
408
"strictMinEnabled": True or False, # Optional. Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
407
409
},
410
+
"suspended": True or False, # Optional. Whether the Rule is active or suspended. Default is false.
408
411
"tableConditionExpectation": { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
409
412
"sqlExpression": "A String", # Optional. The SQL expression.
410
413
},
@@ -459,7 +462,7 @@ <h3>Method Details</h3>
459
462
"mode": "A String", # The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
460
463
"name": "A String", # The name of the field.
461
464
"profile": { # The profile information for each field type. # Profile information for the corresponding field.
462
-
"distinctRatio": 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field typeRECORDand fields with REPEATABLE mode.
465
+
"distinctRatio": 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
463
466
"doubleProfile": { # The profile information for a double type field. # Double type field information.
464
467
"average": 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
465
468
"max": 3.14, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -484,7 +487,7 @@ <h3>Method Details</h3>
484
487
"maxLength": "A String", # Maximum length of non-null values in the scanned data.
485
488
"minLength": "A String", # Minimum length of non-null values in the scanned data.
486
489
},
487
-
"topNValues": [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field typeRECORDand fields with REPEATABLE mode.
490
+
"topNValues": [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
488
491
{ # Top N non-null values in the scanned data.
489
492
"count": "A String", # Count of the corresponding value in the scanned data.
490
493
"ratio": 3.14, # Ratio of the corresponding value in the field against the total number of rows in the scanned data.
@@ -592,6 +595,7 @@ <h3>Method Details</h3>
592
595
"strictMaxEnabled": True or False, # Optional. Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
593
596
"strictMinEnabled": True or False, # Optional. Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
594
597
},
598
+
"suspended": True or False, # Optional. Whether the Rule is active or suspended. Default is false.
595
599
"tableConditionExpectation": { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
596
600
"sqlExpression": "A String", # Optional. The SQL expression.
597
601
},
@@ -667,6 +671,7 @@ <h3>Method Details</h3>
667
671
"strictMaxEnabled": True or False, # Optional. Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
668
672
"strictMinEnabled": True or False, # Optional. Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
669
673
},
674
+
"suspended": True or False, # Optional. Whether the Rule is active or suspended. Default is false.
670
675
"tableConditionExpectation": { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) >= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
671
676
"sqlExpression": "A String", # Optional. The SQL expression.
0 commit comments