TrashEntry.CreationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Nullable<System.DateTime>
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute