TrashStatus.TrashEntries Property

Definition

Trash status response to enumeratedeleteditems

[Newtonsoft.Json.JsonProperty(PropertyName="trashDirEntry")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.DataLake.Store.TrashEntry> TrashEntries { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="trashDirEntry")>]
member this.TrashEntries : seq<Microsoft.Azure.DataLake.Store.TrashEntry>
Public ReadOnly Property TrashEntries As IEnumerable(Of TrashEntry)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to