Class RedisDestination<TInput>.RedisSetParameter

Additional redis parameter that are used when setting the key/value pairs in redis.

Inheritance
RedisDestination<TInput>.RedisSetParameter
Namespace: ETLBox.Redis.RedisDestination`1
Assembly: ETLBox.Redis.dll
Syntax
    public class RedisDestination<TInput>.RedisSetParameter

Properties

CommandFlags

Declaration
    public CommandFlags CommandFlags { get; set; }
Property Value
TypeDescription
CommandFlags

When

Declaration
    public When When { get; set; }
Property Value
TypeDescription
When