Indexes.Kind プロパティ

定義

インデックスの種類を示す値を取得または設定します。 使用できる値は、'Hash'、'Range'、'Spatial' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象