C# Class Couchbase.Tests.Utils.KeyValueUtils

Datei anzeigen Open project: e-travel/couchbase-net-client

Public Methods

Method Description
GenerateKey ( string prefix = null ) : string
GenerateKeyAndValue ( string prefix = null ) : string>.Tuple
GenerateKeys ( string prefix = null, int max = 5 ) : IEnumerable
GenerateValue ( ) : string

Method Details

GenerateKey() public static method

public static GenerateKey ( string prefix = null ) : string
prefix string
return string

GenerateKeyAndValue() public static method

public static GenerateKeyAndValue ( string prefix = null ) : string>.Tuple
prefix string
return string>.Tuple

GenerateKeys() public static method

public static GenerateKeys ( string prefix = null, int max = 5 ) : IEnumerable
prefix string
max int
return IEnumerable

GenerateValue() public static method

public static GenerateValue ( ) : string
return string