class Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation
Information about the partition identity, partitioning scheme and keys supported by it.
Attributes
ServicePartitionKind[RW]
id[RW]
@return An internal ID used by Service Fabric to uniquely identify a partition. This is a randomly generated GUID when the service was created. The partition ID is unique and does not change for the lifetime of the service. If the same service was deleted and recreated the IDs of its partitions would be different.
Public Class Methods
mapper()
click to toggle source
Mapper for PartitionInformation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.4.0.36/generated/azure_service_fabric/models/partition_information.rb, line 39 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PartitionInformation', type: { name: 'Composite', polymorphic_discriminator: 'ServicePartitionKind', uber_parent: 'PartitionInformation', class_name: 'PartitionInformation', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'Id', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.4.0.36/generated/azure_service_fabric/models/partition_information.rb, line 21 def initialize @ServicePartitionKind = "PartitionInformation" end