Class: Azure::DataShare::Mgmt::V2019_11_01::Models::Synchronize
- Inherits:
-
Object
- Object
- Azure::DataShare::Mgmt::V2019_11_01::Models::Synchronize
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronize.rb
Overview
Payload for the synchronizing the data.
Instance Attribute Summary collapse
-
#synchronization_mode ⇒ SynchronizationMode
and snapshot sync.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Synchronize class as Ruby Hash.
Instance Attribute Details
#synchronization_mode ⇒ SynchronizationMode
and snapshot sync. Incremental by default. Possible values include: ‘Incremental’, ‘FullSync’
18 19 20 |
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronize.rb', line 18 def synchronization_mode @synchronization_mode end |
Class Method Details
.mapper ⇒ Object
Mapper for Synchronize class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# 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 |