Class: Google::Cloud::CloudDMS::V1::IndexEntity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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