C# Class Keyspace.ListParam

Mostrar archivo Open project: scalien/keyspace Class Usage Examples

Public Properties

Property Type Description
count ulong
forward bool
prefix string
skip bool
startKey string

Public Methods

Method Description
ListParam ( ) : System
SetCount ( ulong count ) : ListParam
SetForward ( bool forward ) : ListParam
SetPrefix ( string prefix ) : ListParam
SetSkip ( bool skip ) : ListParam
SetStartKey ( string startKey ) : ListParam

Method Details

ListParam() public method

public ListParam ( ) : System
return System

SetCount() public method

public SetCount ( ulong count ) : ListParam
count ulong
return ListParam

SetForward() public method

public SetForward ( bool forward ) : ListParam
forward bool
return ListParam

SetPrefix() public method

public SetPrefix ( string prefix ) : ListParam
prefix string
return ListParam

SetSkip() public method

public SetSkip ( bool skip ) : ListParam
skip bool
return ListParam

SetStartKey() public method

public SetStartKey ( string startKey ) : ListParam
startKey string
return ListParam

Property Details

count public_oe property

public ulong count
return ulong

forward public_oe property

public bool forward
return bool

prefix public_oe property

public string prefix
return string

skip public_oe property

public bool skip
return bool

startKey public_oe property

public string startKey
return string