We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a30c91 commit b79402eCopy full SHA for b79402e
src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs
@@ -51,14 +51,14 @@ public class SnapshotLifecyclePolicyMetadata
51
/// If a snapshot is currently in progress this will return information about the snapshot.
52
/// </summary>
53
[DataMember(Name = "in_progress")]
54
- public InProgressLifecycleSnapshot InProgress { get; internal set; }
+ public LifecycleSnapshotInProgress InProgress { get; internal set; }
55
}
56
57
/// <summary>
58
/// If a snapshot is in progress when calling the Get Snapshot Lifecycle metadata
59
/// this will hold some minimal information about the in flight snapshot
60
61
- public class InProgressLifecycleSnapshot
+ public class LifecycleSnapshotInProgress
62
{
63
/// <summary> The name of the snapshot currently being taken </summary>
64
[DataMember(Name = "name")]
0 commit comments