class Azure::Cosmosdb::Mgmt::V2020_03_01::Models::CompositePath
Model object.
Attributes
order[RW]
@return [CompositePathSortOrder] Sort order for composite paths. Possible values include: 'Ascending', 'Descending'
path[RW]
@return [String] The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)
Public Class Methods
mapper()
click to toggle source
Mapper for CompositePath
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-03-01/generated/azure_mgmt_cosmosdb/models/composite_path.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CompositePath', type: { name: 'Composite', class_name: 'CompositePath', model_properties: { path: { client_side_validation: true, required: false, serialized_name: 'path', type: { name: 'String' } }, order: { client_side_validation: true, required: false, serialized_name: 'order', type: { name: 'String' } } } } } end