次の方法で共有


RedisRebootParameters.RebootType プロパティ

定義

再起動する Redis ノードを取得または設定します。 この値に応じて、データ損失が発生する可能性があります。 使用できる値は、'PrimaryNode'、'SecondaryNode'、'AllNodes' です。

[Newtonsoft.Json.JsonProperty(PropertyName="rebootType")]
public string RebootType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rebootType")>]
member this.RebootType : string with get, set
Public Property RebootType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象