C# Class Keyspace.ListParam

Afficher le fichier Open project: scalien/keyspace Class Usage Examples

Méthodes publiques

Свойство Type Description
count ulong
forward bool
prefix string
skip bool
startKey string

Méthodes publiques

Méthode 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 méthode

public ListParam ( ) : System
Résultat System

SetCount() public méthode

public SetCount ( ulong count ) : ListParam
count ulong
Résultat ListParam

SetForward() public méthode

public SetForward ( bool forward ) : ListParam
forward bool
Résultat ListParam

SetPrefix() public méthode

public SetPrefix ( string prefix ) : ListParam
prefix string
Résultat ListParam

SetSkip() public méthode

public SetSkip ( bool skip ) : ListParam
skip bool
Résultat ListParam

SetStartKey() public méthode

public SetStartKey ( string startKey ) : ListParam
startKey string
Résultat ListParam

Property Details

count public_oe property

public ulong count
Résultat ulong

forward public_oe property

public bool forward
Résultat bool

prefix public_oe property

public string prefix
Résultat string

skip public_oe property

public bool skip
Résultat bool

startKey public_oe property

public string startKey
Résultat string