 | RedisConfigurationSectionFormat Property |
Gets or sets whether the data being sent to REDIS should be in JSON
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic RedisFormat Format { get; set; }Public Property Format As RedisFormat
Get
Set
public:
property RedisFormat Format {
RedisFormat get ();
void set (RedisFormat value);
}member Format : RedisFormat with get, set
Property Value
RedisFormat
See Also