共用方式為


CommandPostBody.CassandraStopStart Property

Definition

Gets or sets if true, stops cassandra before executing the command and then start it again

[Newtonsoft.Json.JsonProperty(PropertyName="cassandra-stop-start")]
public bool? CassandraStopStart { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cassandra-stop-start")>]
member this.CassandraStopStart : Nullable<bool> with get, set
Public Property CassandraStopStart As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to