Skip to content

Commit b79402e

Browse files
committed
rename to LifecycleSnapshotnInProgress
1 parent 7a30c91 commit b79402e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ public class SnapshotLifecyclePolicyMetadata
5151
/// If a snapshot is currently in progress this will return information about the snapshot.
5252
/// </summary>
5353
[DataMember(Name = "in_progress")]
54-
public InProgressLifecycleSnapshot InProgress { get; internal set; }
54+
public LifecycleSnapshotInProgress InProgress { get; internal set; }
5555
}
5656

5757
/// <summary>
5858
/// If a snapshot is in progress when calling the Get Snapshot Lifecycle metadata
5959
/// this will hold some minimal information about the in flight snapshot
6060
/// </summary>
61-
public class InProgressLifecycleSnapshot
61+
public class LifecycleSnapshotInProgress
6262
{
6363
/// <summary> The name of the snapshot currently being taken </summary>
6464
[DataMember(Name = "name")]

0 commit comments

Comments
 (0)