File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
44namespace Nest
55{
6- public interface IClusterPutSettingsResponse : IResponse
6+ public interface IClusterGetSettingsResponse : IResponse
77 {
8- [ JsonProperty ( PropertyName = "acknowledged" ) ]
9- bool Acknowledged { get ; }
10-
118 [ JsonProperty ( PropertyName = "persistent" ) ]
129 IDictionary < string , object > Persistent { get ; set ; }
1310
1411 [ JsonProperty ( PropertyName = "transient" ) ]
1512 IDictionary < string , object > Transient { get ; set ; }
1613 }
1714
18- public class ClusterPutSettingsResponse : BaseResponse , IClusterPutSettingsResponse
15+ public class ClusterGetSettingsResponse : BaseResponse , IClusterGetSettingsResponse
1916 {
20- public bool Acknowledged { get ; internal set ; }
2117 public IDictionary < string , object > Persistent { get ; set ; }
2218 public IDictionary < string , object > Transient { get ; set ; }
2319 }
Original file line number Diff line number Diff line change 33
44namespace Nest
55{
6- public interface IClusterGetSettingsResponse : IResponse
6+ public interface IClusterPutSettingsResponse : IResponse
77 {
8+ [ JsonProperty ( PropertyName = "acknowledged" ) ]
9+ bool Acknowledged { get ; }
10+
811 [ JsonProperty ( PropertyName = "persistent" ) ]
912 IDictionary < string , object > Persistent { get ; set ; }
1013
1114 [ JsonProperty ( PropertyName = "transient" ) ]
1215 IDictionary < string , object > Transient { get ; set ; }
1316 }
1417
15- public class ClusterGetSettingsResponse : BaseResponse , IClusterGetSettingsResponse
18+ public class ClusterPutSettingsResponse : BaseResponse , IClusterPutSettingsResponse
1619 {
20+ public bool Acknowledged { get ; internal set ; }
1721 public IDictionary < string , object > Persistent { get ; set ; }
1822 public IDictionary < string , object > Transient { get ; set ; }
1923 }
Original file line number Diff line number Diff line change 208208 <Compile Include =" Domain\Marker\PropertyPathMarker.cs" />
209209 <Compile Include =" Domain\Repository\Snapshot.cs" />
210210 <Compile Include =" Domain\Repository\SnapshotRestore.cs" />
211- <Compile Include =" Domain\Responses\ClusterGetSettingsResponse - Copy.cs" />
212211 <Compile Include =" Domain\Responses\ClusterPutSettingsResponse.cs" />
212+ <Compile Include =" Domain\Responses\ClusterGetSettingsResponse.cs" />
213213 <Compile Include =" Domain\Responses\GetSnapshotResponse.cs" />
214214 <Compile Include =" Domain\Responses\MultiTermVectorResponse.cs" />
215215 <Compile Include =" Domain\Responses\RestoreResponse.cs" />
You can’t perform that action at this time.
0 commit comments