sourceNameTransformation property
Additional transformation that can be done on the source entity name before it is being used by the new_name_pattern, for example lower case.
If no transformation is desired, use NO_TRANSFORMATION
Optional. Possible string values are:
- "ENTITY_NAME_TRANSFORMATION_UNSPECIFIED" : Entity name transformation unspecified.
- "ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION" : No transformation.
- "ENTITY_NAME_TRANSFORMATION_LOWER_CASE" : Transform to lower case.
- "ENTITY_NAME_TRANSFORMATION_UPPER_CASE" : Transform to upper case.
- "ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE" : Transform to capitalized case.
Implementation
core.String? sourceNameTransformation;