次の方法で共有


RedisRebootParameters.ShardId プロパティ

定義

クラスタリングが有効になっている場合、再起動するシャードの ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="shardId")]
public int? ShardId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shardId")>]
member this.ShardId : Nullable<int> with get, set
Public Property ShardId As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象