Class: Google::Cloud::CloudDMS::V1::ConvertRowIdToColumn
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ConvertRowIdToColumn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Options to configure rule type ConvertROWIDToColumn. The rule is used to add column rowid to destination tables based on an Oracle rowid function/property.
The rule filter field can refer to one or more entities.
The rule scope can be one of: Table.
This rule requires additional filter to be specified beyond the basic rule filter field, which is whether or not to work on tables which already have a primary key defined.
Instance Attribute Summary collapse
-
#only_if_no_primary_key ⇒ ::Boolean
Required.
Instance Attribute Details
#only_if_no_primary_key ⇒ ::Boolean
Returns Required. Only work on tables without primary key defined.
596 597 598 599 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 596 class ConvertRowIdToColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |