共用方式為


CommandPostBody.Readwrite Property

Definition

Gets or sets if true, allows the command to write to the cassandra directory, otherwise read-only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to