RedisCreateParametersInner.RedisConfiguration Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit tous les paramètres Redis. Quelques clés possibles : rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value, etc.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")]
public System.Collections.Generic.IDictionary<string,string> RedisConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")>]
member this.RedisConfiguration : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property RedisConfiguration As IDictionary(Of String, String)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET