fineGrainedDmlUnusedReason property
Reason for disabling fine-grained DML if applicable.
Output only. Possible string values are:
- "FINE_GRAINED_DML_UNUSED_REASON_UNSPECIFIED" : Default value. This value is unused.
- "MAX_PARTITION_SIZE_EXCEEDED" : Max partition size threshold exceeded. [Fine-grained DML Limitations](https://docs.cloud.google.com/bigquery/docs/data-manipulation-language#fine-grained-dml-limitations)
- "TABLE_NOT_ENROLLED" : The table is not enrolled for fine-grained DML.
- "DML_IN_MULTI_STATEMENT_TRANSACTION" : The DML statement is part of a multi-statement transaction.
Implementation
core.String? fineGrainedDmlUnusedReason;