DataLakeStoreItem.ExpirationTime 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.
Gets the expiration time, if any, as ticks since the epoch. If the value is 0 or DateTime.MaxValue there is no expiration.
public long? ExpirationTime { get; }
member this.ExpirationTime : Nullable<int64>
Public ReadOnly Property ExpirationTime As Nullable(Of Long)