Skip to content

Commit

Permalink
Remove Snapshot stats fields
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Jun 27, 2019
1 parent 2c8ff4b commit d4dfe20
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 d4dfe20

Please sign in to comment.