Interface IVirtualResponse
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Defines values used to virtualise the result set.
public interface IVirtualResponse
Properties
Size
Gets the requested size of the virtualised data.
int Size { get; }
Property Value
StartIndex
Gets the start index.
int StartIndex { get; }
Property Value
TotalSize
Gets the total size of the underlying cache.
int TotalSize { get; }
Property Value
- int
The total size.