class Azure::DataShare::Mgmt::V2019_11_01::Models::Synchronize
Payload for the synchronizing the data.
Attributes
synchronization_mode[RW]
@return [SynchronizationMode] Mode of synchronization used in triggers and snapshot sync. Incremental by default. Possible values include: 'Incremental', 'FullSync'
Private Class Methods
mapper()
click to toggle source
Mapper for Synchronize
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronize.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Synchronize', type: { name: 'Composite', class_name: 'Synchronize', model_properties: { synchronization_mode: { client_side_validation: true, required: false, serialized_name: 'synchronizationMode', type: { name: 'String' } } } } } end