次の方法で共有


DirectoryEntry.ExpiryTime プロパティ

定義

ファイルの有効期限が切れる瞬間

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

プロパティ値

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

適用対象