Share via


RedisRebootParameters.ShardId Property

Definition

Gets or sets if clustering is enabled, the ID of the shard to be rebooted.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to