C# Class Raven.Database.Prefetching.PrefetchingBehavior.DiskFetchPerformanceStats

显示文件 Open project: fitzchak/ravendb

Public Properties

Property Type Description
LargestDocKey string
LargestDocSize long
LoadingTimeInMillseconds long
NumberOfDocuments int
TotalSize long

Property Details

LargestDocKey public_oe property

public string LargestDocKey
return string

LargestDocSize public_oe property

public long LargestDocSize
return long

LoadingTimeInMillseconds public_oe property

public long LoadingTimeInMillseconds
return long

NumberOfDocuments public_oe property

public int NumberOfDocuments
return int

TotalSize public_oe property

public long TotalSize
return long