次の方法で共有


TrashEntry.Type プロパティ

定義

エントリの種類 - ファイルまたはフォルダー

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.TrashTypeEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.DataLake.Store.TrashEntryType Type { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.TrashTypeEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.DataLake.Store.TrashEntryType
Public ReadOnly Property Type As TrashEntryType

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象