Class RedisDestination<TInput>.RedisSetParameter
Additional redis parameter that are used when setting the key/value pairs in redis.
Inheritance
object
RedisDestination<TInput>.RedisSetParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Type | Description |
---|---|
CommandFlags |
When
Declaration
public When When { get; set; }
Property Value
Type | Description |
---|---|
When |