Bagikan melalui


FileProperties.CreationTime Property

Definition

Gets or sets the file creation time.

[Newtonsoft.Json.JsonProperty(PropertyName="creationTime")]
public DateTime? CreationTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="creationTime")>]
member this.CreationTime : Nullable<DateTime> with get, set
Public Property CreationTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The creation time is not returned for files on Linux Compute Nodes.

Applies to