@@ -251,7 +251,7 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
251
251
writer . WriteStartObject ( ) ;
252
252
writer . WriteProperty ( options , PropAllocateExplanation , value . AllocateExplanation , null , null ) ;
253
253
writer . WriteProperty ( options , PropAllocationDelay , value . AllocationDelay , null , null ) ;
254
- writer . WriteProperty ( options , PropAllocationDelayInMillis , value . AllocationDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan ? > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
254
+ writer . WriteProperty ( options , PropAllocationDelayInMillis , value . AllocationDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
255
255
writer . WriteProperty ( options , PropCanAllocate , value . CanAllocate , null , null ) ;
256
256
writer . WriteProperty ( options , PropCanMoveToOtherNode , value . CanMoveToOtherNode , null , null ) ;
257
257
writer . WriteProperty ( options , PropCanRebalanceCluster , value . CanRebalanceCluster , null , null ) ;
@@ -261,7 +261,7 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
261
261
writer . WriteProperty ( options , PropCanRemainOnCurrentNode , value . CanRemainOnCurrentNode , null , null ) ;
262
262
writer . WriteProperty ( options , PropClusterInfo , value . ClusterInfo , null , null ) ;
263
263
writer . WriteProperty ( options , PropConfiguredDelay , value . ConfiguredDelay , null , null ) ;
264
- writer . WriteProperty ( options , PropConfiguredDelayInMillis , value . ConfiguredDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan ? > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
264
+ writer . WriteProperty ( options , PropConfiguredDelayInMillis , value . ConfiguredDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
265
265
writer . WriteProperty ( options , PropCurrentNode , value . CurrentNode , null , null ) ;
266
266
writer . WriteProperty ( options , PropCurrentState , value . CurrentState , null , null ) ;
267
267
writer . WriteProperty ( options , PropIndex , value . Index , null , null ) ;
@@ -271,7 +271,7 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
271
271
writer . WriteProperty ( options , PropPrimary , value . Primary , null , null ) ;
272
272
writer . WriteProperty ( options , PropRebalanceExplanation , value . RebalanceExplanation , null , null ) ;
273
273
writer . WriteProperty ( options , PropRemainingDelay , value . RemainingDelay , null , null ) ;
274
- writer . WriteProperty ( options , PropRemainingDelayInMillis , value . RemainingDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan ? > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
274
+ writer . WriteProperty ( options , PropRemainingDelayInMillis , value . RemainingDelayInMillis , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . TimeSpan ? v ) => w . WriteValueEx < System . TimeSpan > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . TimeSpanMillisMarker ) ) ) ;
275
275
writer . WriteProperty ( options , PropShard , value . Shard , null , null ) ;
276
276
writer . WriteProperty ( options , PropUnassignedInfo , value . UnassignedInfo , null , null ) ;
277
277
writer . WriteEndObject ( ) ;
0 commit comments