Share via


TrashEntry.CreationTime Property

Definition

Group owner of the file or directory

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ServerDateTimeConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="creationTime")]
public DateTime? CreationTime { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.ServerDateTimeConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="creationTime")>]
member this.CreationTime : Nullable<DateTime>
Public ReadOnly Property CreationTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to