Skip to main content

chunksettings-class

Defines the parameters of one chunk of data requested from the client

public class Korzh.EasyQuery.Services.ChunkSettings

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ChunkSettings()void

Properties

NameTypeDescription
IsActiveboolGets or sets a value indicating whether we need to consider Chunk properties when getting the result set.
LimitlongGets or sets the number of requested records.
NeedTotalboolGets or sets a value indicating whether the client needs to know the total number of records returned by the current query.
OffsetlongGets or sets the offset.
PagelongPage number to support old scenarios with paging