Azure.Storage.Files.DataLake.Models.DataLakeFileScheduleDeletionOptions
Parameters for Schedule Deletion.
The DateTimeOffset to set for when
the file will be deleted. If null, the existing
ExpiresOn time on the file will be removed, if it exists.
Specifies if TimeToExpire should be
set relative to the file's creation time, or the current
time. Defaults to current time.
Duration before file should be deleted.
Constructor. Sets the DateTimeOffset when the file will
be deleted.
public DataLakeFileScheduleDeletionOptions(TimeSpan timeToExpire, DataLakeFileExpirationOrigin setRelativeTo)
Constructor. Sets time when the file will be deleted, relative to the file
creation time or the current time.
public DataLakeFileScheduleDeletionOptions()
Constructor. If the file was scheduled for deletetion, the deletion will be cancelled.