DataLakePathScheduleDeletionOptions Constructors
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.
Overloads
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>) |
Constructor. Sets the DateTimeOffset when the path will be deleted. |
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>) |
Constructor. Sets time when the path will be deleted, relative to the current time. |
DataLakePathScheduleDeletionOptions(Nullable<DateTimeOffset>)
Constructor. Sets the DateTimeOffset when the path will be deleted.
public DataLakePathScheduleDeletionOptions (DateTimeOffset? expiresOn);
new Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions : Nullable<DateTimeOffset> -> Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions
Public Sub New (expiresOn As Nullable(Of DateTimeOffset))
Parameters
- expiresOn
- Nullable<DateTimeOffset>
The DateTimeOffset when the file will be deleted.
Applies to
DataLakePathScheduleDeletionOptions(Nullable<TimeSpan>)
Constructor. Sets time when the path will be deleted, relative to the current time.
public DataLakePathScheduleDeletionOptions (TimeSpan? timeToExpire);
new Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions : Nullable<TimeSpan> -> Azure.Storage.Files.DataLake.Models.DataLakePathScheduleDeletionOptions
Public Sub New (timeToExpire As Nullable(Of TimeSpan))
Parameters
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET