Class: Azure::DataShare::Mgmt::V2019_11_01::Models::SynchronizationDetails

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb

Overview

Synchronization details at data set level

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#data_set_idString

Returns Id of data set.

Returns:

  • (String)

    Id of data set



16
17
18
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 16

def data_set_id
  @data_set_id
end

#data_set_typeDataSetType

‘Blob’, ‘Container’, ‘BlobFolder’, ‘AdlsGen2FileSystem’, ‘AdlsGen2Folder’, ‘AdlsGen2File’, ‘AdlsGen1Folder’, ‘AdlsGen1File’, ‘KustoCluster’, ‘KustoDatabase’, ‘SqlDBTable’, ‘SqlDWTable’

Returns:

  • (DataSetType)

    Type of the data set. Possible values include:



22
23
24
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 22

def data_set_type
  @data_set_type
end

#duration_msInteger

Returns Duration of data set level copy.

Returns:

  • (Integer)

    Duration of data set level copy



25
26
27
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 25

def duration_ms
  @duration_ms
end

#end_timeDateTime

Returns End time of data set level copy.

Returns:

  • (DateTime)

    End time of data set level copy



28
29
30
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 28

def end_time
  @end_time
end

#files_readInteger

Returns The number of files read from the source data set.

Returns:

  • (Integer)

    The number of files read from the source data set



31
32
33
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 31

def files_read
  @files_read
end

#files_writtenInteger

Returns The number of files written into the sink data set.

Returns:

  • (Integer)

    The number of files written into the sink data set



34
35
36
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 34

def files_written
  @files_written
end

#messageString

Returns Error message if any.

Returns:

  • (String)

    Error message if any



37
38
39
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 37

def message
  @message
end

#nameString

Returns Name of the data set.

Returns:

  • (String)

    Name of the data set



40
41
42
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 40

def name
  @name
end

#rows_copiedInteger

Returns The number of files copied into the sink data set.

Returns:

  • (Integer)

    The number of files copied into the sink data set



43
44
45
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 43

def rows_copied
  @rows_copied
end

#rows_readInteger

Returns The number of rows read from the source data set.

Returns:

  • (Integer)

    The number of rows read from the source data set.



46
47
48
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 46

def rows_read
  @rows_read
end

#size_readInteger

bytes

Returns:

  • (Integer)

    The size of the data read from the source data set in



50
51
52
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 50

def size_read
  @size_read
end

#size_writtenInteger

in bytes

Returns:

  • (Integer)

    The size of the data written into the sink data set



54
55
56
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 54

def size_written
  @size_written
end

#start_timeDateTime

Returns Start time of data set level copy.

Returns:

  • (DateTime)

    Start time of data set level copy



57
58
59
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 57

def start_time
  @start_time
end

#statusString

Returns Raw Status.

Returns:

  • (String)

    Raw Status



60
61
62
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 60

def status
  @status
end

#v_coreInteger

synchronization

Returns:

  • (Integer)

    The vCore units consumed for the data set



64
65
66
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 64

def v_core
  @v_core
end

Class Method Details

.mapperObject

Mapper for SynchronizationDetails class as Ruby Hash. This will be used for serialization/deserialization.



71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'lib/2019-11-01/generated/azure_mgmt_datashare/models/synchronization_details.rb', line 71

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'SynchronizationDetails',
    type: {
      name: 'Composite',
      class_name: 'SynchronizationDetails',
      model_properties: {
        data_set_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'dataSetId',
          type: {
            name: 'String'
          }
        },
        data_set_type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'dataSetType',
          type: {
            name: 'String'
          }
        },
        duration_ms: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'durationMs',
          type: {
            name: 'Number'
          }
        },
        end_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'endTime',
          type: {
            name: 'DateTime'
          }
        },
        files_read: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'filesRead',
          type: {
            name: 'Number'
          }
        },
        files_written: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'filesWritten',
          type: {
            name: 'Number'
          }
        },
        message: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'message',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        rows_copied: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'rowsCopied',
          type: {
            name: 'Number'
          }
        },
        rows_read: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'rowsRead',
          type: {
            name: 'Number'
          }
        },
        size_read: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'sizeRead',
          type: {
            name: 'Number'
          }
        },
        size_written: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'sizeWritten',
          type: {
            name: 'Number'
          }
        },
        start_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'startTime',
          type: {
            name: 'DateTime'
          }
        },
        status: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'status',
          type: {
            name: 'String'
          }
        },
        v_core: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'vCore',
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end