Class: Google::Cloud::CloudDMS::V1::IndexEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::IndexEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Index is not used as an independent entity, it is retrieved as part of a Table entity.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#name ⇒ ::String
The name of the index.
-
#table_columns ⇒ ::Array<::String>
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
-
#type ⇒ ::String
Type of index, for example B-TREE.
-
#unique ⇒ ::Boolean
Boolean value indicating whether the index is unique.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
989 990 991 992 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 989 class IndexEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the index.
989 990 991 992 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 989 class IndexEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_columns ⇒ ::Array<::String>
Returns Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
989 990 991 992 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 989 class IndexEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Type of index, for example B-TREE.
989 990 991 992 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 989 class IndexEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unique ⇒ ::Boolean
Returns Boolean value indicating whether the index is unique.
989 990 991 992 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 989 class IndexEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |