@@ -33,14 +33,6 @@ public sealed partial class CloneSnapshotRequestParameters : Elastic.Transport.R
33
33
/// </para>
34
34
/// </summary>
35
35
public Elastic . Clients . Elasticsearch . Duration ? MasterTimeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "master_timeout" ) ; set => Q ( "master_timeout" , value ) ; }
36
-
37
- /// <summary>
38
- /// <para>
39
- /// The period of time to wait for a response.
40
- /// If no response is received before the timeout expires, the request fails and returns an error.
41
- /// </para>
42
- /// </summary>
43
- public Elastic . Clients . Elasticsearch . Duration ? Timeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "timeout" ) ; set => Q ( "timeout" , value ) ; }
44
36
}
45
37
46
38
internal sealed partial class CloneSnapshotRequestConverter : System . Text . Json . Serialization . JsonConverter < Elastic . Clients . Elasticsearch . Snapshot . CloneSnapshotRequest >
@@ -163,14 +155,6 @@ internal CloneSnapshotRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCo
163
155
/// </summary>
164
156
public Elastic . Clients . Elasticsearch . Duration ? MasterTimeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "master_timeout" ) ; set => Q ( "master_timeout" , value ) ; }
165
157
166
- /// <summary>
167
- /// <para>
168
- /// The period of time to wait for a response.
169
- /// If no response is received before the timeout expires, the request fails and returns an error.
170
- /// </para>
171
- /// </summary>
172
- public Elastic . Clients . Elasticsearch . Duration ? Timeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "timeout" ) ; set => Q ( "timeout" , value ) ; }
173
-
174
158
/// <summary>
175
159
/// <para>
176
160
/// A comma-separated list of indices to include in the snapshot.
@@ -262,18 +246,6 @@ public Elastic.Clients.Elasticsearch.Snapshot.CloneSnapshotRequestDescriptor Mas
262
246
return this ;
263
247
}
264
248
265
- /// <summary>
266
- /// <para>
267
- /// The period of time to wait for a response.
268
- /// If no response is received before the timeout expires, the request fails and returns an error.
269
- /// </para>
270
- /// </summary>
271
- public Elastic . Clients . Elasticsearch . Snapshot . CloneSnapshotRequestDescriptor Timeout ( Elastic . Clients . Elasticsearch . Duration ? value )
272
- {
273
- Instance . Timeout = value ;
274
- return this ;
275
- }
276
-
277
249
/// <summary>
278
250
/// <para>
279
251
/// A comma-separated list of indices to include in the snapshot.
0 commit comments