Skip to content

Commit

Permalink
Remove Snapshot stats fields (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored and Mpdreamz committed Jun 27, 2019
1 parent 6ee869f commit 359e12d
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,10 @@ public class SnapshotShardsStats

public class SnapshotStats
{
[DataMember(Name ="number_of_files")]
public long NumberOfFiles { get; internal set; }

[DataMember(Name ="processed_files")]
public long ProcessedFiles { get; internal set; }

[DataMember(Name ="processed_size_in_bytes")]
public long ProcessedSizeInBytes { get; internal set; }

[DataMember(Name ="start_time_in_millis")]
public long StartTimeInMilliseconds { get; internal set; }

[DataMember(Name ="time_in_millis")]
public long TimeInMilliseconds { get; internal set; }

[DataMember(Name ="total_size_in_bytes")]
public long TotalSizeInBytes { get; internal set; }
}
}

0 comments on commit 359e12d

Please sign in to comment.