class Azure::ServiceFabric::V6_5_0_36::Models::Int64RangePartitionInformation
Describes the partition information for the integer range that is based on partition schemes.
Attributes
ServicePartitionKind[RW]
high_key[RW]
@return [String] Specifies the maximum key value handled by this partition.
low_key[RW]
@return [String] Specifies the minimum key value handled by this partition.
Public Class Methods
mapper()
click to toggle source
Mapper for Int64RangePartitionInformation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/int64range_partition_information.rb, line 36 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Int64Range', type: { name: 'Composite', class_name: 'Int64RangePartitionInformation', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'Id', type: { name: 'String' } }, ServicePartitionKind: { client_side_validation: true, required: true, serialized_name: 'ServicePartitionKind', type: { name: 'String' } }, low_key: { client_side_validation: true, required: false, serialized_name: 'LowKey', type: { name: 'String' } }, high_key: { client_side_validation: true, required: false, serialized_name: 'HighKey', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.5.0.36/generated/azure_service_fabric/models/int64range_partition_information.rb, line 17 def initialize @ServicePartitionKind = "Int64Range" end